-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add (or document?) a mechanism for a system wide install #153
Comments
I believe you can achieve this with the ExtensionInstallForcelist policy. #28 may also be of interest to you. |
Thanks, but it doesn't seem to work... I've put this in
I've also tried some variants that are even closer to what I'd like to see, e.g.
and the one that should really come closest to what I'm trying to achieve:
where
and None of those seem to have any effect whatsover - the "My Extensions" list in chrome://extensions/ remains empty. However, as soon as Am I missing something? |
I wish I had a better answer for you but after working with several google APIs my assumption would be that it simply doesn't work because this feature wasn't maintained. I was able to find several mentions of |
Hi,
we're using Ungoogled Chromium as the main browser in our Linux distro (OpenMandriva), and would like to make extensions "just work" for the users.
This project seems to be the right way to go about it - and works perfectly when installed as described in README.md.
But there doesn't seem to be a way to automatically install it with ungoogled chromium for all users on the system -- every user seems to have to install the CRX through chromium's UI.
It would be nice to have a way to just have an unattended system wide installation of the plugin.
The text was updated successfully, but these errors were encountered: