Extensions Update Notifier
Get alert when any installed extension updates to a newer version.
Cos'è Extensions Update Notifier?
Extensions Update Notifier è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Get alert when any installed extension updates to a newer version.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extensions Update Notifier
Scarica i file di estensione Extensions Update Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension monitors all other installed extensions, and alerts users whenever an extension is updated.
Informazioni di Base sull'Estensione
Nome | Extensions Update Notifier |
ID | ieljdjhnmjpelhfnebgademionhpfmpa |
URL Ufficiale | https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa |
Descrizione | Get alert when any installed extension updates to a newer version. |
Dimensione del File | 25.97 KB |
Conteggio Installazioni | 362 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-11-06 |
Data di Pubblicazione | 2020-11-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | BrowserNative |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/chrome-extensions-update-notifier/ |
URL della Pagina di Aiuto | https://browsernative.com/chrome-extensions-update-notifier/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | 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" ] } |