강제로 설치된 웹 앱 목록 구성

정책을 설정하면 사용자 상호작용 없이 자동으로 설치하는 웹 앱 목록이 지정되며, 사용자가 제거하거나 사용 중지할 수 없습니다.

정책 목록에 있는 각 항목은 필수 요소인
url(설치할 웹 앱 URL)

및 다음 세 개의 선택 요소로 구성된 객체입니다.
- default_launch_container
(웹 앱이 열리는 방식에 관한 설정, 새 탭이 기본값임)

- create_desktop_shortcut
(Linux 및
Microsoft® Windows® 바탕화면 바로가기를 만들 경우 True)

- fallback_app_name
(Google Chrome 버전 90부터
프로그레시브 웹 앱(PWA)이 아니면 앱 이름을 재정의하거나
PWA이지만 설치 완료 전 인증이 필요하면
임시로 설치된 앱 이름을
재정의할 수 있습니다.)

Google Chrome OS 실행기에 앱을 고정하는 방법은 PinnedLauncherApps 정책을 참고하세요.
스키마 및 포맷에 관한 자세한 내용은 https://cloud.google.com/docs/chrome-enterprise/policies/?policy=WebAppInstallForceList 페이지를 참조하세요.

예시:

[
{
"url": "https://www.google.com/maps",
"default_launch_container": "window",
"create_desktop_shortcut": true
},
{
"url": "https://docs.google.com",
"default_launch_container": "tab"
},
{
"url": "https://docs.google.com/editor",
"default_launch_container": "window",
"fallback_app_name": "Editor"
}
]

지원: Microsoft Windows 7 또는 Windows Server 2008 이상 제품군

웹 앱 URL이 자동으로 설치됨

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Google\Chrome
Value NameWebAppInstallForceList
Value TypeREG_SZ
Default Value

chrome.admx

관리 템플릿(컴퓨터)

관리 템플릿(사용자)