Deploy Anzenna Chrome Extension via Google Admin Console
This guide walks you through deploying the Anzenna Chrome Extension to all users in your organization using the Google Admin Console.
Prerequisites
- Google Workspace Super Admin access
- Anzenna account with integration access
- Chrome Browser Cloud Management enabled
Step-by-Step Instructions
Part 1: Configure Extension in Google Admin Console
- Navigate to admin.google.com
From the main menu, select Chrome browser
Click on Apps & extensions
Click Add Chrome app or extension by ID
Enter the Anzenna Extension ID:
dfgkggkanghelhmebphoccfhkbjcgjohSelect From a custom URL as the installation method
Paste the manifest URL:
https://img.anzenna.ai/extensions/anzenna/manifest.xmlClick SAVE to apply initial settings
- Enable Force install for the extension across your organization
Part 2: Configure Anzenna Policy
- Log into Anzenna
Navigate to Settings > Integrations
- Find the Google Workspace integration card
- Copy the JSON policy value displayed in the integration settings
The token in the policy is an identifier only – it's not a security credential.
- Return to the Google Admin Console Apps & extensions page
Click on the Anzenna extension to edit its settings
Under Policy for Extensions, paste the JSON policy you copied from Anzenna
Set the Installation URL to:
https://img.anzenna.ai/extensions/anzenna/manifest.xml- Click SAVE to apply these settings
Reopen the extension settings and verify the Update URL from the extension manifest. This field only appears after the initial save.
- Click SAVE to finalize all configurations
The Chrome extension will be installed organization-wide within the next
24 hours as devices sync with Google Admin policies.
Part 3: Enable Monitoring in Anzenna
- In the Anzenna application, go to Settings
Click on Preferences
- Enable data exfiltration or shadow IT tracking for the browser extension
Restrict Installation to Corporate Profiles Only
The steps above install the extension for every managed user. If you also manage enrolled browsers through Chrome Browser Cloud Management (for example, an enrollment token pushed by your MDM), a force install applies at the browser level and lands in every Chrome profile on the device — including personal profiles. Use the steps below to install the extension only on the corporate (managed Workspace) profile.
Chrome policy reaches a device two ways. A user policy follows the signed-in corporate Google account into its profile and never touches a personal profile. A browser policy (Chrome Browser Cloud Management) applies to the whole browser regardless of who is signed in — every profile. Corporate-profile-only means deploying at the user level and keeping the extension off the browser level.
Separate browsers and users into different OUs
- Place your enrolled browsers in one organizational unit (for example, your top-level OU). Enrolled browsers join an OU based on the enrollment token used, and you can move them under Devices > Chrome > Managed browsers.
- Place your users in a separate child OU (for example,
Staff).
A browser's policy comes from the OU the browser is enrolled in; a user's policy comes from the OU the user is in. Keeping them in different OUs lets you force install for users without forcing it onto the browser (all profiles).
Force install on the user OU only
- Go to Chrome browser > Apps & extensions > Users & browsers.
- Select your user OU (for example,
Staff) and set the Anzenna extension to Force install, following Part 1 of the main instructions above. - Select your browser OU (the one your enrolled browsers are in) and make sure the Anzenna extension is not force installed there — set it to Allow install or leave it unconfigured. This is what keeps it out of personal profiles.
Merge force-install lists
If you force install any other extension at the browser level (for example, Chrome Reporting or Endpoint Verification), Chrome lets the browser-level list override your user-level force install, and the Anzenna extension will not install at all. Enable list merging so the two lists combine instead of one replacing the other.
- Select your browser OU.
Set the PolicyListMultipleSourceMergeList policy to include only the force-install list:
["ExtensionInstallForcelist"]- Save, then fully quit and relaunch Chrome on a test device.
PolicyListMultipleSourceMergeList only takes effect as a browser (machine)
policy. If you set it on the user OU it is ignored. Apply it to the OU your
enrolled browsers are in — the same OU where you left the extension un-forced in
the previous step. Scoping it to only ExtensionInstallForcelist leaves every
other policy on its normal precedence.
Verify
- On the corporate profile, open
chrome://policyand click Reload policies. - Find ExtensionInstallForcelist. The effective value should list the Anzenna extension ID (
dfgkggkanghelhmebphoccfhkbjcgjoh) with no Conflict warning. - Open a personal Chrome profile on the same device and confirm the extension is not installed.
A user-level policy only applies when the person is signed into Chrome with their corporate Google Workspace account. A signed-out or personal profile will not receive the extension — which is exactly the intended behavior here.