How to deploy extensions using GPO
Last updated
Last updated
This article explains how to create a new GPO policy, link the policy to an OU (organizational unit), and deploy the Corma extension to any domain-joined computer inside the OU. The Corma extension will be added to any Google Chrome, Microsoft Edge, or Mozilla Firefox browser installed on an OU computer.
GPO only supports Windows. If you're using a Mac computer, you can use Jamf instead.
Download the template and configure the extension GPO in Chrome
Right-click the "policy_templates.zip" file in Explorer, select Rename, and rename it "chrome_policy_templates".
Select the "chrome_policy_templates" file that you just renamed and then select Extract all.
In the Select a Destination and Extract Files pop-up, select Browse, select your "Downloads" folder, and select Extract.
In the "Downloads" folder, open the "chrome_policy_templates" folder that you just extracted, and open the "windows" folder inside it.
In the "windows" folder, open the "admx" folder.
Select the two files named "chrome.admx" and "google.admx", right-click the two files, and select Copy.
Open "C:/Windows" in a new Explorer window, right-click on the "Policy Definitions" folder, and select Paste.
Return to the "admx" folder again, open the "en-US" folder inside that, select the two files named "chrome.adml" and "google.adml", right-click the two files, and select Copy.
Return to the "Policy Definitions" folder again, right-click the "en-US" folder, and select Paste.
Right-click your OU from the "Group Policy Management" folder, as you did at the beginning of this article, and select Edit.
In the Group Policy Management Editor, open "Computer Configuration", "Policies", "Administrative Templates: Policy definitions (ADMX files) retrieved from the local computer, "Google", "Google Chrome", and "Extensions". Then right-click "Configure the list of force-installed apps and extensions" and select Edit.
In the Configure the list of force-installed apps and extensions pop-up, select Enabled, and select Show. In the Show Contents pop-up, paste iolppafpkhfdepflackhngphhjkocjoa;https://clients2.google.com/service/update2/crx
, and select OK.
Chrome
In the Group Policy Management Editor, open "Computer Configuration", "Policies", "Administrative Templates: Policy definitions (ADMX files) retrieved from the local computer, "Google", "Google Chrome", "Extensions", and then “Configure extension management settings”.
Check the client computer. The Corma C will appear pinned in the browser toolbar.
Right-click your OU from the "Group Policy Management" folder, as you did at the beginning of this article, and select Edit.
Select Enable, and paste the following code for “Configure extension management settings”:
{“iolppafpkhfdepflackhngphhjkocjoa
”:{“toolbar_pin”:”force_pinned”}}
Select OK and Apply.
Run gpupdate on the server and the client computer.
Right-click your OU from the "Group Policy Management" folder, as you did at the beginning of this article, and select Edit.
In the Group Policy Management Editor, open "Computer Configuration", "Policies", "Administrative Templates: Policy definitions (ADMX files) retrieved from the local computer, “Microsoft Edge”, “Extensions”, and then “Configure extension management settings”.
Select Enable, and paste the following code for “Configure extension management settings”:
{“iolppafpkhfdepflackhngphhjkocjoa
””:{“toolbar_state”:”force_shown”}}
Select OK and Apply.
Run gpupdate on the server and the client computer.