Chrome Enterprise deployment
For IT teams deploying CockpitCopilot across a managed Chrome fleet via group policy.
Extension identity
- Extension ID
- TBD — published after Chrome Web Store approval
- Update URL
- https://clients2.google.com/service/update2/crx
- Manifest version
- 3
Force-install via group policy
Add the following to your ExtensionInstallForcelist policy. Works for Chrome Enterprise, Google Admin Console, and Microsoft Endpoint Manager / Edge.
[EXTENSION_ID];https://clients2.google.com/service/update2/crxPermissions justification
Copy-pastes cleanly into a security review.
| Permission | What it does | Why it's needed |
|---|---|---|
debugger | Reads call transcripts from supported recorder pages | Required for Gong native scrape. Never used on Gainsight, identity providers, or any non-recorder origin. |
storage | Reads/writes local user preferences and playbook config | Stores per-user settings. No cross-origin data. |
sidePanel | Renders the extension UI in the browser side panel | The extension is a side-panel app. |
Host permissions on recorder origins | Required to read transcripts from those specific services | Scoped to Gong domains. Other recorders use manual paste. |
Pre-configure org settings via managed policy
CockpitCopilot reads the chrome.storage.managed area on launch. IT can pre-set tier, org playbook, and recorder allowlist via group policy without each user touching the Settings tab. Schema available on request. .
Approved-extension allowlist
Once published to the Chrome Web Store, the extension can be added to your internal allowlist by extension ID. We'll provide the ID and the SHA-256 of the manifest signing key on request.
Security review requests
. Response within 48 hours. We have prepared SIG-Lite and CAIQ-Lite responses available under NDA.