Skip to main content
Question

adding a URL to a chrome extension

  • April 3, 2020
  • 0 replies
  • 3 views

Forum|alt.badge.img+1

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