How to Deploy Helperbird with Windows Group Policy (Chrome)
Force-install Helperbird in Google Chrome and push your enterprise subscription key on domain-joined Windows PCs using Active Directory Group Policy and the Chrome ADMX templates.
·
This guide is for domain-joined Windows PCs managed with on-premises Active Directory. It force-installs Helperbird in Google Chrome and pushes your enterprise subscription key using Group Policy.
Managing devices with Microsoft Intune instead? See Deploy Helperbird using Microsoft Intune. Managing Microsoft Edge? See Deploy Helperbird on Microsoft Edge.
Before You Start
- A domain with the Group Policy Management Console (GPMC).
- Permission to edit a GPO linked to the organizational unit (OU) you want to target.
- Helperbird's Chrome extension ID:
ahmapmilbkfamljbpgphfndeemhnajme
Step 1: Install the Chrome ADMX templates
- Download the Google Chrome Enterprise Bundle (it contains the ADMX/ADML policy templates) from chromeenterprise.google/browser/download.
- Copy
chrome.admxinto your domain Central Store:\\<your-domain>\SYSVOL\<your-domain>\Policies\PolicyDefinitions\ - Copy the matching
chrome.admlinto the language subfolder (e.g.…\PolicyDefinitions\en-US\).
The Chrome policies now appear in the Group Policy editor.
Step 2: Force-install Helperbird
In GPMC, edit (or create) a GPO linked to your target OU.
Go to Computer Configuration > Policies > Administrative Templates > Google > Google Chrome > Extensions.
Open Configure the list of force-installed apps and extensions, set it to Enabled, click Show, and add this single line:
ahmapmilbkfamljbpgphfndeemhnajme;https://clients2.google.com/service/update2/crx
Helperbird (Free) will now silently install for every device in the OU, and users won't be able to remove it.
Step 3: Activate Helperbird Pro
To unlock Pro, push your enterprise subscription key as managed configuration. Chrome reads an extension's managed config from the registry under …\Google\Chrome\3rdparty\extensions\<extension-id>\policy.
The easiest way to set these with Group Policy is Group Policy Preferences:
In the same GPO, go to Computer Configuration > Preferences > Windows Settings > Registry.
Create new registry items (Action: Update) under hive HKEY_LOCAL_MACHINE, key path:
Software\Policies\Google\Chrome\3rdparty\extensions\ahmapmilbkfamljbpgphfndeemhnajme\policyAdd these values:
Value name Type Value subKeyREG_SZ your enterprise subscription key isAdminControlREG_DWORD 1
Notes:
isAdminControlis the master switch — it must be1or nothing else (includingsubKey) applies.- Values are flat (one registry value per setting) — there is no
Valuewrapper (that is only for the Google Admin console). - Optional values use the same names as the JSON policy:
floatingButton(DWORD),disableFeatures(DWORD) +disabledFeatures,excludedDomains(DWORD) +excludedDomainsList,enableTtsWordHighlight(DWORD),ttsWordHighlightColor(REG_SZ).
Step 4: Apply and Verify
- On a target PC (or after replication), run
gpupdate /force. - Open
chrome://policyand click Reload policies. You should see Helperbird in ExtensionInstallForcelist and thesubKey/isAdminControlvalues under its 3rd-party policies. - Helperbird shows "Installed by your organization" and Pro is active.
Group Policy replicates across domain controllers on the standard schedule (often ~15 minutes within a site, longer between sites), so allow time before testing on remote machines.
References
- Chrome Enterprise – Set Chrome Browser policies on managed PCs
- Chromium – Configuring policy for extensions (3rdparty managed storage)
- Chrome Enterprise policy list – ExtensionInstallForcelist
Need Additional Help?
Stuck on Group Policy deployment? Reach out to our Helperbird support team and we'll help you get set up!

