Deploy the Extension via Microsoft Intune

Push the Zeuslock browser extension to your managed Microsoft Edge devices with Intune: force-install it with an OMA-URI policy and send your settings with ExtensionSettings.

This pushes the Zeuslock extension to every managed Microsoft Edge browser automatically — your team does not install anything.

Before you start

  • Your Windows devices are enrolled in Microsoft Intune.
  • People use Microsoft Edge.
  • You have an API key (create one on the API Keys page if needed).

Get your values from Zeuslock

  1. Open the Extension page in Zeuslock.
  2. In Step 1, choose which API key to use.
  3. Click the Microsoft Intune tab — Zeuslock shows the exact values to copy.

Create the policy in Intune

  1. Go to intune.microsoft.com and sign in.
  2. Open Devices → Configuration → Create a profile.
  3. Choose Windows 10 and later, then Templates → Administrative Templates.
  4. Search Microsoft Edge → Extensions, and open "Control which extensions are installed silently."

Tell Edge to install Zeuslock

Add a custom OMA-URI setting with these two values (copy them exactly):

Name / OMA-URI

./Device/Vendor/MSFT/Policy/Config/microsoft_edge~Policy~microsoft_edge~Extensions/ExtensionInstallForcelist

Value

<enabled/><data id="ExtensionInstallForcelistDesc" value="1&#xF000;hgooghpcnalhpjbemnnmdoabfjhchoip;https://clients2.google.com/service/update2/crx"/>

Add your Zeuslock settings

So the extension connects to your organization on its own, add this ExtensionSettings value (replace YOUR_API_KEY with your real key):

{
  "hgooghpcnalhpjbemnnmdoabfjhchoip": {
    "installation_mode": "force_installed",
    "configuration": {
      "api_url": "https://api.zeuslock.ai",
      "api_key": "YOUR_API_KEY",
      "monitor_clipboard": true,
      "monitor_ai_apps": true,
      "show_notifications": true
    }
  }
}

Check it worked

Assign the profile to your device groups and save. After the next sync, open edge://policy on a device — you will see the Zeuslock policy, and the device appears on your Extension page.