Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Install and use unsigned add-on on enterprise environment (Firefox_setup_68.1.0-esr)

  • 1 trả lời
  • 2 gặp vấn đề này
  • 18 lượt xem
  • Trả lời mới nhất được viết bởi letymar2710

more options

Hi, after many days spent to find out how to get my unsigned add-on to work, I'm able to run it only once after first installation.

Here is what I did: https://support.mozilla.org/en-US/questions/1273813

Add-on works either in debug mode, loaded from file and installed via policies.json until I close browser. Next time I run FF my add-on is not invoked at all.

manifest.json file contains this directive:

 "browser_specific_settings": {
   "gecko": {
     "id": "myaddon@domain.local"
   }
 }

Probably I miss something, but I did not find it in documentation. Any help will be appreciated Thanks in advance


I found how to view browser activity during restart, you can view it here: https://pastebin.com/pB2qBpR2 Thanks

Hi, after many days spent to find out how to get my unsigned add-on to work, I'm able to run it only once after first installation. Here is what I did: https://support.mozilla.org/en-US/questions/1273813 Add-on works either in debug mode, loaded from file and installed via <code>policies.json</code> until I close browser. Next time I run FF my add-on is not invoked at all. manifest.json file contains this directive: <code> "browser_specific_settings": { "gecko": { "id": "myaddon@domain.local" } } </code> Probably I miss something, but I did not find it in documentation. Any help will be appreciated Thanks in advance ---- I found how to view browser activity during restart, you can view it here: https://pastebin.com/pB2qBpR2 Thanks

Được chỉnh sửa bởi letymar2710 vào

Giải pháp được chọn

Sorry, there was nothing wrong, it was a bug inside plugin.

In the background script onInstalled and onStartup doesn't work as expected. To fix it, it was enough to put the code out of the methods.

Thanks

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

Sorry, there was nothing wrong, it was a bug inside plugin.

In the background script onInstalled and onStartup doesn't work as expected. To fix it, it was enough to put the code out of the methods.

Thanks