From 0cf17be7ca3aaa22a75618ce085b32c744019ceb Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 22 Aug 2025 15:29:43 -0400 Subject: [PATCH] Update Chrome-Policies.md --- wiki/Chrome-Policies.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wiki/Chrome-Policies.md b/wiki/Chrome-Policies.md index 5d96e000..4b58d7f7 100644 --- a/wiki/Chrome-Policies.md +++ b/wiki/Chrome-Policies.md @@ -239,6 +239,10 @@ bookmarks.json gam update chromepolicy chrome.users.ManagedBookmarksSetting json file bookmarks.json orgunit "/Students/ ``` +Allowlist the Google Translate extension for the Students OrgUnit +``` +gam update chromepolicy chrome.users.apps.InstallType appInstallType ALLOWED app_id chrome:aapbdbdomjkkjkaonfhkkikfgjllcleb ou "/Students" +``` ## Delete Chrome policy You can delete a policy for all devices/users within an OU, users with a group or for a specific printer or application within an OU. @@ -9946,4 +9950,4 @@ chrome.users.ZstdContentEncodingEnabled: Zstd compression. false: Do not allow zstd-compressed web content. -``` \ No newline at end of file +```