Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Is there a XML/JSON list of latest firefox plugin versions?

  • 6 답장
  • 2 이 문제를 만남
  • 5 보기
  • 최종 답변자: cor-el

more options

I wanted to ensure that all firefox instances (including plugins and add-ons) on my internal network should be using the latest versions. I searched google and mozilla developer resources to check if any XML/JSON feed is available which I can consume programmatically. Unfortunately, I could not find such a resource. Is there any such resource available?

I wish that such a resource would be a useful addition for alerting "internal" users to keep their browser instances up-to-date.
I wanted to ensure that all firefox instances (including plugins and add-ons) on my internal network should be using the latest versions. I searched google and mozilla developer resources to check if any XML/JSON feed is available which I can consume programmatically. Unfortunately, I could not find such a resource. Is there any such resource available? I wish that such a resource would be a useful addition for alerting "internal" users to keep their browser instances up-to-date.

모든 댓글 (6)

more options

Plugins belong to the programs that installed them, and those programs need to check for any updates. Some do it on their own while others have to be ordered by the user.

Firefox will check for updates for itself (depending on that setting) and will also check the add-ons for any updates.

more options

I am talking about a use-case where-in Firefox browser(s)/plugin(s) are installed on Intranet network and there is no internet connectivity. Intranet users usually install useful plugins manually and they don't take care to update them. If a XML/JSON feed from Mozilla containing latest plugin version is available, it is possible to alert users that a new version is available and kindly install them at the earliest.

I feel, this will improve over all security on Intranet.

more options

선택된 해결법

more options

Cor-el - perfect. That's what I was look for. Thanks for sharing the link.

more options

Is similar JSON feed available for Firefox addons?

more options

I don't think so. Firefox sends a request to check for updates to see if there is one available. This is possible because extensions are under control of Firefox unlike the plugins that are under control of external software.

You can see theses requests with the Live Http Headers extension.