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

A clear instruction is needed to configure extensions. #295

Closed
IRainman opened this issue Nov 17, 2018 · 3 comments
Closed

A clear instruction is needed to configure extensions. #295

IRainman opened this issue Nov 17, 2018 · 3 comments

Comments

@IRainman
Copy link

For example, I want this extension to be installed automatically and so that it cannot be turned off and removed:
https://addons.mozilla.org/ru/firefox/addon/h264ify/
How to do it?

{
"policies": {
"Extensions": {
"Install": ["https://addons.mozilla.org/firefox/WHAT????", "//path/to/xpi"],
"Locked": ["WHY_ID???@mozilla.org"]
}
}
}

@mkaply
Copy link
Collaborator

mkaply commented Nov 20, 2018

I agree. I'll put an article together on this.

@mkaply
Copy link
Collaborator

mkaply commented Nov 20, 2018

The quick answer to your question is:

Install:

https://addons.mozilla.org/firefox/downloads/file/1085396/h264ify-latest-an+fx.xpi

Extension ID:

jid1-TSgSxBhncsPBWQ@jetpack

I'll write an article as to how I got there.

@mkaply
Copy link
Collaborator

mkaply commented Jul 11, 2019

The new ExtensionSettings policy is much better documented and provides the features you need:

https://github.com/mozilla/policy-templates#extensionsettings

@mkaply mkaply closed this as completed Jul 11, 2019
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

2 participants