Skip to main content

Deploy the Guidde Browser Extension in Edge using Group Policy (Windows)

Learn how to roll out Guidde's browser extension in Edge using Group Policy Objects (GPO) on Windows.

Updated today

Part 1: Install the Microsoft Edge ADMX Templates

You will need the Microsoft Edge ADMX templates before you can configure the Guidde browser extension via GPO.

  1. Download the Microsoft Edge ADMX policy templates from: https://www.microsoft.com/en-us/edge/business/download

    Note: Select your Edge version and download the Policy files.

  2. Unzip the download. You will need the following files:

    • msedge.admx

    • msedgeupdate.admx

    • msedge.adml

    • msedgeupdate.adml

  3. Copy the .admx files to your domain controller's PolicyDefinitions folder:

   C:\Windows\SYSVOL\domain\Policies\PolicyDefinitions\

4. Copy the .adml files to the language subfolder (e.g., for English):

   C:\Windows\SYSVOL\domain\Policies\PolicyDefinitions\en-US\

5. Confirm all files are in place before proceeding to Part 2.


Part 2: Configure the Group Policy Object

  1. Open the Group Policy Management Console (GPMC) on your domain controller.

  2. Create a new GPO or select an existing one to edit.

  3. Link the GPO to the relevant Organizational Unit (OU).

  4. Right-click the GPO and select Edit.

  5. Navigate to: Computer Configuration >> Policies >> Administrative Templates >> Microsoft Edge >> Extensions

  6. Open "Control which extensions are installed silently".

  7. Set the policy to Enabled.

  8. Click Show and add the following value:

pldeojbhedianlcaejpfbnckfhkacphe;https://edge.microsoft.com/extensionwebstorebase/v1/crx

9. Click OK to save.

10. Close the Group Policy Management Editor.

To test immediately on a target machine, run:

gpupdate /force

Otherwise, the policy will apply automatically on the next Group Policy refresh cycle.

Note: It can take up to 90 minutes for Group Policy to propagate across the domain. Once deployed, the Guidde extension will appear as installed in Edge.


Silent SSO: Automatic Sign-In for Managed Installations

When the extension is deployed via managed installation, Silent SSO is automatically triggered on the user’s device - no user interaction required.

What happens:

  • No browser tabs are opened, no prompts or alerts are shown to the user

  • The extension identifies the org’s SSO domain using the email associated with the user’s Chrome profile

  • It authenticates the user against the Guidde backend and SSO provider

  • The auth token is set for both the extension and app.guidde.com

This means users will be signed in and ready to use Guidde without any manual login step.

If the user isn’t logged into the SSO provider yet: The extension will retry authentication every 60 seconds. Once the user signs into any application that triggers an SSO session, the Guidde extension will authenticate automatically.

Did this answer your question?