Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tsja2023 opened this issue Mar 2, 2023 · 4 comments
Open

Comments

@Tsja2023
Copy link

Tsja2023 commented Mar 2, 2023

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
Copy link
Owner

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
Copy link

AJolly commented Jul 6, 2024

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
Copy link
Owner

Wrong path?

path

@AJolly
Copy link

AJolly commented Jul 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants