andy-portmen / open-in

Send URLs from one browser to another one
http://add0n.com/open-in.html
172 stars 113 forks source link

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

Open Tsja2023 opened 1 year ago

Tsja2023 commented 1 year ago

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.

andy-portmen commented 1 year ago

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.

AJolly commented 2 months ago

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

andy-portmen commented 2 months ago

Wrong path?

path

AJolly commented 1 month ago

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