Enterprise Deployment
Deploy the Appilot Chrome Extension to your entire organization using Chrome enterprise policies.
Deployment options
1. Chrome Web Store (Recommended)
Users install from the Chrome Web Store, or IT force-installs via Google Workspace policies.
Force-install via Google Admin Console:
- Go to Google Admin Console → Devices → Chrome → Apps & extensions
- Add the Appilot extension by its Chrome Web Store ID
- Set the installation policy to Force install
- The extension installs automatically for all managed users
2. Self-hosted deployment
For organizations that need to control the extension binary:
- Download the latest
.crxfile from appilot.com - Host it on your internal server
- 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:
- Users open
chrome://extensions - Enable Developer mode
- 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:
- Users sign in at appilot.com
- The extension detects the authentication session
- The user is automatically signed in to the extension
For organizations with custom SSO requirements, contact the Appilot team.