-
Notifications
You must be signed in to change notification settings - Fork 421
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
Referencing the last version of a plugin? #158
Comments
The secret is to right click on the install button and copy the URL. You'll get something like this: then replace the version with "latest" https://addons.mozilla.org/firefox/downloads/file/972487/saml_tracer-latest-an+fx-mac.xpi (I also removed the extra stuff at the end) |
Thanks a lot! That's awesome! |
@mkaply Thanks for this answer, it is working as expected. However, I've noticed that for some extensions the url changed (it happened with uBlock Origin and Privacy Badger). I've noticed the the xpi can be accessed via https://addons.mozilla.org/firefox/downloads/ublock_origin-1.19.6-an+fx.xpi, which bypasses the issue, but https://addons.mozilla.org/firefox/downloads/ublock_origin-latest-an+fx.xpi doesn't work. Do you have any idea how this could be bypassed/fixed ? |
Does https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/ Work for you? |
Awesome, thanks ! |
After testing, I confirm that only this one works propely :
|
Thank you. I'll make sure the documentation makes this clear. I'm also going to build an add-on that lets you get the ID of an extension easily from AMO. |
Hi folks,
I'm trying to rely on policies to autoconfigure new profiles with our default corporate setup (each consultant create one Firefox profile on its own session per customer we've to not leak any informations between each of them).
Part of our profile is:
Where we use the static URL provided by AgileBits for the 1Password extension (the server will redirect then to the XPI).
Not all extension provide this kind of URL.
For example, I would also like to install by default SAML Tracer (https://addons.mozilla.org/en-US/firefox/addon/saml-tracer/).
The main website for this project is on Github where we cannot reference via a static URL the link to the last release artefacts.
How could we use the policy system to ask Firefox to install the last version available on the addons.mozilla.org catalog for a specific extension ID? Documentation tend to say that's only URL and local path are supported for the install part feature. This seems to lead to un updated extension… No?
The text was updated successfully, but these errors were encountered: