> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/password-manager/knowledge-base/browser-extension-knowledge-base/configure-the-devolutions-password-manager-browser-extension-in-google-chrome-or-edge-using-gpos.md).

# Configure the Devolutions Password Manager browser extension in Google Chrome or Edge using GPOs

### Configuring extensions by policy on Windows 10/11 for Chrome or Edge

1. Open ***Group Policy Management*** (***Start – Run – GPMC.msc***).
2. Right-click on the GPO list and select ***New***.
3. In the ***New GPO*** window, create your new object then click on ***OK***.
4. Right-click on your new GPO and select ***Edit***.
5. Select ***Registry*** located in ***Computer Configuration – Preferences – Windows Settings – Registry or User Configuration – Preferences – Windows Settings – Registry*** according to your needs.
6. Right-click in the ***Registry*** items list and select ***New – Registry Item***.
7. Set the ***Action*** parameter to `Replace` to modify the existing rule or to create it if it does not exist.
8. Set the ***Hive*** parameter to `HKEY_LOCAL_MACHINE` or `HKEY_CURRENT_USER` according to your needs.
9. Enter `SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\neimonjjffhehnojilepgfejkneaidmo\policy` in the ***Key Path*** text field.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Enter <strong>SOFTWARE\Policies\Microsoft\Edge\3rdparty\extensions\ddloeodolhdfbohkokiflfbacbfpjahp\policy</strong> in the <em><strong>Key Path</strong></em> text field if you are using Microsoft Edge.</p></div>
10. Enter ***Settings*** in the ***Value name*** text field.
11. Select `REG_SZ` in the ***Value type*** drop-down list.
12. Write the JSON settings string in the ***Value data*** text field. See the Values section below for an example.
13. Click ***OK***.

    ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8106.png)
14. In ***Group Policy Management***, configure the GPO ***Links*** and ***Security Filtering*** according to your needs.

#### Example

{% hint style="info" %}
The following scripts are shown in multiple lines for readability purposes, and will only work if entered as one-liners without any spaces.
{% endhint %}

* Activate Devolutions Server
* Set `https://localhost/mydvlsurl` as Devolutions Server URL.
* Disable the settings page.
* Always override the settings in the ***settings*** section when the extension starts.

```
{
  "settings": {
    "dvlsActivated": true,
    "dvlsUrl": "https://localhost/mydevolutionsserversurl"
  },
  "adminSettings": {
    "disableSettingsPage": true,
    "setGPOSettings": "AlwaysOverride"
  }
}
```

#### Default settings

All attributes can have their value changed or their key removed.

```
{
  "settings": {
    "activateBeta": false,
    "autoFillEntryOnLoad": false,
    "autoRetrieveCredentials": true,
    "autoSubmitFormOnFill": false,
    "autofillBasicAuthentication": false,
    "automaticallyCopyOneTimePasswordAfterAutofill": true,
    "destinationGroup": "",
    "disableAnalytics": false,
    "dvlsActivated": true,
    "dvlsAutoFillEntryOnLoad": false,
    "dvlsAutoRetrieveCredentials": true,
    "dvlsAutoSubmitFormOnFill": false,
    "dvlsAutofillBasicAuthentication": false,
    "dvlsDestinationFolder": "",
    "dvlsDestinationVault": "",
    "dvlsMatchDetectionType": 2,
    "dvlsShowFavicon": false,
    "dvlsSyncAllAvailableVaults": false,
    "dvlsUrl": "",
    "enableContextMenu": true,
    "enableLogDebugging": false,
    "enableNativeMessaging": false,
    "filledFieldsColor": "#b3d9ff",
    "hpV2ServerUrl": "https://hub.devolutions.com",
    "hubActivated": false,
    "hubAutoFillEntryOnLoad": true,
    "hubAutoSubmitFormOnFill": true,
    "hubAutofillBasicAuthentication": false,
    "hubDefaultLoginUsername": "",
    "hubMatchDetectionType": 2,
    "hubPersonalActivated": true,
    "hubPersonalAutoFillEntryOnLoad": false,
    "hubPersonalAutoSubmitFormOnFill": false,
    "hubPersonalDefaultLoginUsername": "",
    "hubPersonalLucidUrl": "https://login.devolutions.xyz",
    "hubPersonalMatchDetectionType": 2,
    "hubPersonalServerUrl": "https://hub-server.devolutions.com",
    "hubPersonalShowFavicon": true,
    "hubPersonalWebBrowserExtensionMode": 1,
    "hubShowFavicon": true,
    "hubSyncAllAvailableVaults": false,
    "hubUrl": "",
    "hubWebBrowserExtensionMode": 1,
    "lucidUrl": "https://login.devolutions.com",
    "rdmActivated": false,
    "rdmApplicationCode": "",
    "rdmAutoFillEntryOnLoad": false,
    "rdmAutoRetrieveCredentials": true,
    "rdmAutoSubmitFormOnFill": false,
    "rdmAutofillBasicAuthentication": false,
    "rdmDefaultDestinationVaultIsPrivate": true,
    "rdmDefaultPortUsage": true,
    "rdmDestinationFolder": "",
    "rdmEnableNativeMessaging": false,
    "rdmPort": 19443,
    "rdmShowFavicon": false,
    "rdmUseLegacyApi": false,
    "shouldColorFilledFields": false,
    "showIconInFields": true,
    "showPasskeyPrompt": true,
    "showSaveSiteDialog": true,
    "theme": 0,
    "useLegacyApi": false
  }
}
```

#### Default admin Settings

All attributes can have their value changed or their key removed. If this section is added to the JSON string, a comma needs to be added at the end of the settings section above. See the sample in the Example section about it.

```
{
  "adminSettings": {
    "disableSettingsPage": false,
    "setGPOSettings": "OnInstall"
  }
}
```

#### Values

**disableSettingsPage**

Hide the settings button and disable the settings page in the Devolutions Password Manager browser extension for the end-user. Possible values:

* ***True***
* ***False*** (Default)

**setGPOSettings**

Set when the GPO settings are used. Possible values:

* OnInstall (default): Set the value the GPO settings when the extension is installed.
* AlwaysOverride: Always override the value from the GPO settings when the extension is started.
* AlwaysUseDefaultAndOverride: Use the default settings for all settings not in the GPO and override the values from the GPO when the extension is started.

### Configuring extensions by Group Policy Object on Windows 10/11 for Chrome

1. Open ***Group Policy Management*** (***Start – Run – GPMC.msc***).
2. Right-click on the GPO list and select ***New***.
3. In the ***New GPO*** window, create your new object then click on ***OK***.
4. Right-click on your new GPO and select ***Edit***.
5. Select ***Registry*** located in ***Computer Configuration – Preferences – Windows Settings – Registry or User Configuration – Preferences – Windows Settings – Registry*** according to your needs.
6. Right-click in the ***Registry*** items list and select ***New – Registry Item***.
7. Set the ***Action*** parameter to `Replace` to modify the existing rule or to create it if it does not exist.
8. Set the ***Hive*** parameter to `HKEY_LOCAL_MACHINE` or `HKEY_CURRENT_USER` according to your needs.
9. Enter `SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\neimonjjffhehnojilepgfejkneaidmo\policy` in the ***Key Path*** text field.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Enter <strong>SOFTWARE\Policies\Microsoft\Edge\3rdparty\extensions\ddloeodolhdfbohkokiflfbacbfpjahp\policy</strong> in the <em><strong>Key Path</strong></em> text field if you are using Microsoft Edge.</p></div>
10. Enter `NeverList` in the ***Value name*** text field.
11. Select `REG_SZ` in the ***Value type*** drop-down list
12. For the ***Value data***, the NeverList JSON from the extenstion itself can be used:
    * Click the Devolutions Password Manager browser extension icon, and select ***Settings*** (gear icon).
    * Head to ***Export***, and only check ***NeverList***.
    * Paste the exported `.json` file into the GPO policy ***Value data*** field as a once-liner, like so:

      ```
      { "NeverAddSite": [], "NeverAutofill": [], "NeverDoAnything": [], "NeverShowIconsInFields": [ { "matchDetectionType": 1, "url": "https://autofill.me/form/login-simple" } ] }
      ```
13. Click on ***OK***.

    ![](https://cdnweb.devolutions.net/docs/INTERFACE4121.png)
14. In ***Group Policy Management***, configure the GPO ***Links*** and ***Security Filtering*** according to your needs.

{% hint style="success" %}
To make sure the policy is applied, open this page in Chrome on a targeted machine:\
`chrome://policy/`

The "NeverList" policy should be listed under the Devolutions Password Manager section.
{% endhint %}

### Configuring the Devolutions Password Manager browser extension to be automatically pinned on the Google Chrome toolbar

1. Create a new GPO rule to have the Devolutions Password Manager browser extension automatically pinned on the Chrome toolbar.
2. Select Registry located in ***Computer Configuration – Preferences – Windows Settings – Registry or User Configuration – Preferences – Windows Settings – Registry*** according to your needs.
3. In the registry properties, set the Action parameter to ***Replace*** to change the existing rule or to create it if it does not exist.
4. Set the Hive parameter to `HKEY_LOCAL_MACHINE` or `HKEY_CURRENT_USER` according to your needs.
5. Enter ExtensionSettings in the ***Value name*** text field.
6. Select `REG_SZ` in the ***Value type*** drop-down list.
7. Enter the following JSON settings string in the Value data text field:

   ```
   {
     "neimonjjffhehnojilepgfejkneaidmo": {
       "installation_mode": "force_installed",
       "update_url": "https<area>://clients2.google.com/service/update2/crx",
       "toolbar_pin": "force_pinned"
     }
   }
   ```
8. Click on ***OK*** and update the GPO rules on your local machine. ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB8105.png)

### Configuring the Devolutions Password Manager browser extension to be automatically pinned on the Microsoft Edge toolbar

1. Create a new GPO rule to have the Devolutions Password Manager browser extension automatically pinned on the Edge toolbar.
2. Select Registry located in ***Computer Configuration – Preferences – Windows Settings – Registry or User Configuration – Preferences – Windows Settings – Registry*** according to your needs.
3. In the registry properties, set the Action parameter to ***Replace*** to change the existing rule or to create it if it does not exist.
4. Set the Hive parameter to `HKEY_LOCAL_MACHINE` or `HKEY_CURRENT_USER` according to your needs.
5. Enter ExtensionSettings in the ***Value name*** text field.
6. Select `REG_SZ` in the ***Value type*** drop-down list.
7. Enter the following JSON settings string in the Value data text field:

   ```
   {"ddloeodolhdfbohkokiflfbacbfpjahp": {"toolbar_state": "force_shown"}}
   ```
8. Click on ***OK*** and update the GPO rules on your local machine. ![](https://cdnweb.devolutions.net/docs/INTERFACE4073.png)

### References

* <https://www.chromium.org/administrators>
* <https://www.chromium.org/administrators/complex-policies-on-windows>
* [https://learn.microsoft.com/deployedge/microsoft-edge-manage-extensions-ref-guide](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-manage-extensions-ref-guide#extensionsettings-policy-fields)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/password-manager/knowledge-base/browser-extension-knowledge-base/configure-the-devolutions-password-manager-browser-extension-in-google-chrome-or-edge-using-gpos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
