Taskora Chrome Extension - Enterprise Deployment Guide
Overview
This guide provides instructions for IT administrators to deploy the Taskora Chrome Extension across managed Chrome browsers using enterprise policies. Taskora is now available on the Chrome Web Store, making enterprise deployment simpler than ever.
Prerequisites
Administrative access to your organization's device management system
Chrome Browser version 111 or higher on target devices
Deployment Options
Taskora supports two enterprise deployment methods:
Method | Best For | Updates |
Chrome Web Store (Recommended) | Most organizations | Automatic via Google |
Self-Hosted CRX | Air-gapped networks, custom update schedules | Via your update server |
Required Configuration Values
Chrome Web Store Deployment (Recommended)
Extension ID:
mlipdhgcjknpilfmfhbfmiopcmomeaggChrome Web Store URL: https://chromewebstore.google.com/detail/taskora/mlipdhgcjknpilfmfhbfmiopcmomeagg
Self-Hosted CRX Deployment
For organizations requiring self-hosted deployments, obtain these values from the Taskora Dashboard (Settings > Get Extension > Enterprise):
Extension ID: Provided in your dashboard
Update URL:
https://api.gettaskora.com/api/chrome-extension/update
Chrome Web Store Deployment Methods
Chrome Browser Cloud Management (Recommended)
This is the recommended approach for all platforms (Windows, macOS, Linux).
Sign in to Google Admin Console
Navigate to: Devices > Chrome > Apps & Extensions > Users & Browsers
Select organizational unit
Click the + button and select "Add from Chrome Web Store"
Search for "Taskora" or enter Extension ID:
mlipdhgcjknpilfmfhbfmiopcmomeaggSet Installation Policy to "Force Install"
Click Save
Windows - Group Policy
Download Administrative Templates
Download Chrome ADMX templates from Google Chrome Enterprise
Copy to your Group Policy Central Store
Configure Extension Policy
Open Group Policy Management Console
Navigate to: Computer Configuration > Administrative Templates > Google > Google Chrome > Extensions
Configure "Configure the list of force-installed apps and extensions"
Add value:
mlipdhgcjknpilfmfhbfmiopcmomeagg
Apply Policy
gpupdate /force
Windows - Registry
For machines not managed by Group Policy:
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist] "1"="mlipdhgcjknpilfmfhbfmiopcmomeagg"
Linux - Policy File
Create /etc/opt/chrome/policies/managed/taskora.json:
{
"ExtensionInstallForcelist": [
"mlipdhgcjknpilfmfhbfmiopcmomeagg"
]
}
macOS - Configuration Profile
Create a configuration profile with the following payload:
<key>ExtensionInstallForcelist</key> <array> <string>mlipdhgcjknpilfmfhbfmiopcmomeagg</string> </array>
Self-Hosted CRX Deployment (Alternative)
For air-gapped environments or organizations requiring custom update control, use self-hosted CRX deployment.
Windows - Group Policy (Self-Hosted)
Add value in format: [extension-id];[update-url]
Example: [your-crx-extension-id];https://api.gettaskora.com/api/chrome-extension/update
Windows - Registry (Self-Hosted)
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist] "1"="[your-crx-extension-id];https://api.gettaskora.com/api/chrome-extension/update"
Linux - Policy File (Self-Hosted)
{
"ExtensionInstallForcelist": [
"[your-crx-extension-id];https://api.gettaskora.com/api/chrome-extension/update"
]
}
Chrome Browser Cloud Management (Self-Hosted)
Sign in to Google Admin Console
Navigate to: Devices > Chrome > Apps & Extensions > Users & Browsers
Click "+" to add extension by ID
Enter your CRX Extension ID
Set Installation Policy to "Force Install"
Add Update URL in "Override update URL" field
Verification
After deployment, verify installation:
Open Chrome on a managed device
Navigate to
chrome://extensionsConfirm Taskora extension is installed
Check "Managed by your organization" indicator
Verify version matches latest release
Auto-Update Behavior
Chrome Web Store
Updates are managed by Google
Chrome checks for updates automatically
New versions typically propagate within 24-48 hours
Self-Hosted CRX
Chrome checks for updates every 5 hours by default
Updates install automatically without user intervention
Users cannot disable or remove the extension
Version rollbacks are not supported
Troubleshooting
Extension Not Installing
Verify policy is applied:
chrome://policyCheck Extension ID matches exactly (case-sensitive)
For Chrome Web Store: Ensure network access to
chrome.google.comFor self-hosted: Ensure Update URL is accessible from client machines
Review Chrome logs:
chrome://extensions> Developer mode > View logs
Updates Not Working (Self-Hosted Only)
Manually trigger update check: Chrome menu > Help > About Google Chrome
Verify Update URL returns valid XML:
curl [update-url]?x=id%3D[extension-id]%26v%3D0.0.0Check firewall/proxy allows HTTPS access to update server
Common Error Codes
CRX_FETCH_FAILED: Network connectivity issueCRX_INVALID_ID: Extension ID mismatchCRX_SIGNATURE_VERIFICATION_FAILED: CRX file corrupted
Support
For enterprise deployment assistance:
Email: [email protected]
Documentation: https://docs.gettaskora.com/enterprise
Support Portal: https://support.gettaskora.com
