PLIST Extension Pre Configuration Options

I’m using this link to pre-configure the browser extension for Chrome and Edge. I can get the server set as demonstrated, however I want to set a number of other options.

I can’t find a clear text file that contains the settings (assume it’s in the encrypted extensions folder) nor a list on bitwarden’s support site that lists the various options I can set via this method.

I want basic things like this:

Vault timeout = On browser restart
Valut timeout action = Lock
Make Bitwarden your default password manager = True
Clear clipboard = 30 seconds
Default URI match detection = Host

Is this possible? Is there a list of options that can be pre-configured?

Thanks all!

@Michael_Hess Welcome to the forum!

On Chrome (for Windows), the following environment variables are contained in the local cache (.log file in the data storage folder %LocalAppData%\Google\Chrome\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb):

"environment": {
  "cloudRegion":"US",
  "vault":"https://vault.bitwarden.com",
  "api":"https://api.bitwarden.com",
  "identity":"https://identity.bitwarden.com",
  "notifications":"https://notifications.bitwarden.com",
  "sso":"https://sso.bitwarden.com"
}

 

I don’t know of a way to preconfigure browser extension preferences.

1 Like

On mac, the file is jibberish, but I do see those entries in it.

I’ll make a feature request, as our users are not techy enough to know how to click the little blue text to change the server to our self-hosted.

Thank you @grb !

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.