Zum Hauptinhalt springen

Enterprise Deployment

Deploy the Appilot Chrome Extension to your entire organization using Chrome enterprise policies.

Deployment options

Users install from the Chrome Web Store, or IT force-installs via Google Workspace policies.

Force-install via Google Admin Console:

  1. Go to Google Admin Console → Devices → Chrome → Apps & extensions
  2. Add the Appilot extension by its Chrome Web Store ID
  3. Set the installation policy to Force install
  4. The extension installs automatically for all managed users

2. Self-hosted deployment

For organizations that need to control the extension binary:

  1. Download the latest .crx file from appilot.com
  2. Host it on your internal server
  3. Configure Chrome policy to install from your server:
{
"ExtensionInstallForcelist": [
"EXTENSION_ID;https://your-server.com/updates.xml"
]
}

3. Manual distribution

Distribute the .zip file to users for manual installation:

  1. Users open chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked and select the extracted folder

Pre-configuration

Set default configuration for all users via Chrome managed storage:

{
"3rdparty": {
"extensions": {
"EXTENSION_ID": {
"policy": {
"defaultOrganization": "YOUR_ORG_ID",
"defaultLanguage": "en",
"piiMaskingEnabled": true,
"activityTrackingEnabled": true
}
}
}
}
}

Authentication integration

The extension supports SSO integration through the landing page:

  1. Users sign in at appilot.com
  2. The extension detects the authentication session
  3. The user is automatically signed in to the extension

For organizations with custom SSO requirements, contact the Appilot team.