Skip to main content

Taskora Chrome Extension – Enterprise deployment guide

How to deploy the Taskora Chrome Extension across your organization

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)

Self-hosted CRX deployment

For organizations requiring self-hosted deployments, obtain these values from the Taskora Dashboard → SettingsGet ExtensionEnterprise:

  • 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).

  1. Go to: DevicesChromeApps & ExtensionsUsers & Browsers

  2. Select organizational unit

  3. Select the + button and select "Add from Chrome Web Store"

  4. Search for "Taskora" or enter Extension ID: mlipdhgcjknpilfmfhbfmiopcmomeagg

  5. Set Installation Policy to "Force Install"

  6. Select Save

Windows - Group Policy

  1. Download Administrative Templates

  2. Configure Extension Policy

    • Open Group Policy Management Console

    • Go to: Computer ConfigurationAdministrative TemplatesGoogleGoogle ChromeExtensions

    • Configure "Configure the list of force-installed apps and extensions"

    • Add value: mlipdhgcjknpilfmfhbfmiopcmomeagg

  3. 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)

  1. Go to: DevicesChromeApps & ExtensionsUsers & Browsers

  2. Select + to add extension by ID

  3. Enter your CRX Extension ID

  4. Set Installation Policy to "Force Install"

  5. Add Update URL in "Override update URL" field


Verification


After deployment, verify installation:

  1. Open Chrome on a managed device

  2. Go to chrome://extensions

  3. Confirm Taskora extension is installed

  4. Check "Managed by your organization" indicator

  5. 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 can't disable or remove the extension

  • Version rollbacks are not supported


Troubleshooting


Extension not installing

  1. Verify policy is applied: chrome://policy

  2. Check Extension ID matches exactly (case-sensitive)

  3. For Chrome Web Store: Ensure network access to chrome.google.com

  4. For self-hosted: Ensure Update URL is accessible from client machines

  5. Review Chrome logs: chrome://extensionsDeveloper modeView logs

Updates not working (self-hosted only)

  1. Manually trigger update check: Chrome menuHelpAbout Google Chrome

  2. Verify Update URL returns valid XML: curl [update-url]?x=id%3D[extension-id]%26v%3D0.0.0

  3. Check firewall/proxy allows HTTPS access to update server

Common error codes

  • CRX_FETCH_FAILED: Network connectivity issue

  • CRX_INVALID_ID: Extension ID mismatch

  • CRX_SIGNATURE_VERIFICATION_FAILED: CRX file corrupted


Support


For enterprise deployment assistance:

Did this answer your question?