Devolution web login chrome extension

Devolution web login chrome extension

avatar

I deploy the extension via gpo ans it works. When Chrome update, the extension erase and I need to reinstall via the chrome store and reenter the information for the connection to password hub business. Do you know why ?

Thank You

All Comments (1)

avatar

Hi,

For the case with "Reentering the information", you can set the settings you want DWL to have in your GPO
https://kb.devolutions.net/dwl_deploy_gpo.html

In your case, the settings could look something like this:
{
    "settings": {
        "hubActivated": true,
        "hubUrl": "https://WriteYourHubBusinessNameHere.devolutions.app"
    },
    "adminSettings": {
        "setGPOSettings": "AlwaysOverride"
    }
}

About the extension being removed when Chrome is updated, Do you know if favorites, browsing history, Chrome settings, other extensions, etc. are also removed?
Do you know if you have Chrome Entreprise Policies or Configurations that can put Chrome back to its default settings or force some settings? (https://chromeenterprise.google/intl/en_ca/policies/)

Best regards,

Olivier Désalliers