Extensions Update Notifier
Get alert when any installed extension updates to a newer version.
Vad är Extensions Update Notifier?
Extensions Update Notifier är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Get alert when any installed extension updates to a newer version.".
Tilläggsskärmbilder
Ladda ner Extensions Update Notifier-förlängningens CRX-fil
Ladda ner Extensions Update Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension monitors all other installed extensions, and alerts users whenever an extension is updated.
Grundläggande Information om Tillägg
Namn | Extensions Update Notifier |
ID | ieljdjhnmjpelhfnebgademionhpfmpa |
Officiell webbadress | https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa |
Beskrivning | Get alert when any installed extension updates to a newer version. |
Filstorlek | 25.97 KB |
Antal Installationer | 362 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-11-06 |
Publiceringsdatum | 2020-11-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | BrowserNative |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://browsernative.com/chrome-extensions-update-notifier/ |
Hjälpsida URL | https://browsernative.com/chrome-extensions-update-notifier/ |
URL till Sekretesspolicy Sidan | https://browsernative.com/extensions-privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-48.png", "default_title": "Extensions Update Notifier" }, "description": "Get alert when any installed extension updates to a newer version.", "homepage_url": "https:\/\/browsernative.com\/chrome-extensions-update-notifier\/", "icons": { "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "manifest_version": 2, "name": "Extensions Update Notifier", "version": "1.0.0", "permissions": [ "management", "notifications", "alarms" ] } |