open-in icon indicating copy to clipboard operation
open-in copied to clipboard

managed storage for the “Open in Firefox’-extension in Chrome

Open Tsja2023 opened this issue 3 years ago • 4 comments

How do I use managed storage for the “Open in Firefox’-extension in Chrome? The example given in the Q&A is for a Firefox Plugin. Having difficulty finding the "Chrome-way" of using the managed storage.

Tsja2023 avatar Mar 02 '23 07:03 Tsja2023

You just need to set a regexp;

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\3rdparty\extensions
\[EXTENSION_ID_IN_CHROME]\policy]
"hosts"="[\"www.google.com\", \"www.bing.com\"]"

Check chrome://policy/ to make sure the policy is applied.

andy-portmen avatar Mar 04 '23 09:03 andy-portmen

I can't manage to get this to work no matter what I try. I've got plenty of other chrome policies applied successfully.

image image

AJolly avatar Jul 06 '24 21:07 AJolly

Wrong path?

path

andy-portmen avatar Jul 07 '24 07:07 andy-portmen

Progress! Fixing the path gets me the hosts visible in policy: image but 1) the policy set settings dont seem to show up in settings 2) How do is et the rest of the config options? executable path, etc. Did not see any documentation in the faq https://webextension.org/listing/open-in.html?from=chromium#faq17

image

AJolly avatar Jul 16 '24 02:07 AJolly