Extensions Update Notifier
Get alert when any installed extension updates to a newer version.
Co je Extensions Update Notifier?
Extensions Update Notifier je rozšíření Chrome vyvinuté BrowserNative, a jeho hlavní funkcí je „Get alert when any installed extension updates to a newer version.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Extensions Update Notifier
Stáhněte si soubory rozšíření Extensions Update Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension monitors all other installed extensions, and alerts users whenever an extension is updated.
Základní Informace o Rozšíření
Název | Extensions Update Notifier |
ID | ieljdjhnmjpelhfnebgademionhpfmpa |
Oficiální URL | https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa |
Popis | Get alert when any installed extension updates to a newer version. |
Velikost souboru | 25.97 KB |
Počet instalací | 362 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-11-06 |
Datum Vydání | 2020-11-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | BrowserNative |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://browsernative.com/chrome-extensions-update-notifier/ |
URL Stránky Nápovědy | https://browsernative.com/chrome-extensions-update-notifier/ |
URL Stránky Zásad Ochrany Soukromí | https://browsernative.com/extensions-privacy-policy |
Podporované Jazyky | 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" ] } |