adding a URL to a chrome extension

Andre3000
New Contributor

Good Day,

We have an issue adding a URL to a chrome extension. Can someone perhaps share possible way to achieve this.

On Windows we did the below.
The following two extension policies must be set. (see Chrome policy doc)
adminMode = false
fetchUrl = https://{your-environment-id}.dynatrace.com/api/v1/browserextension/config?Api-Token={your-token} (see configuration endpoint)
For Windows the best option is to use Windows group policies to set these policies.

Example of required registry entries
[HKEY_LOCAL_MACHINESOFTWAREPoliciesGoogleChromeExtensionInstallForcelist]
"1" = "fklgmciohehgadlafhljjhgdojfjihhk;https://clients2.google.com/service/update2/crx"

[HKEY_LOCAL_MACHINESOFTWAREPoliciesGoogleChrome3rdpartyextensionsfklgmciohehgadlafhljjhgdojfjihhkpolicy]
"fetchUrl"="https://{your-environment-id}.live.dynatrace.com/api/v1/browserextension/config?Api-Token={your-token}"
"adminMode"=dword:00000000

0 REPLIES 0