Extensions Update Notifier

Get alert when any installed extension updates to a newer version.

Co to jest Extensions Update Notifier?

Extensions Update Notifier to rozszerzenie Chrome opracowane przez BrowserNative, a jego główną funkcją jest „Get alert when any installed extension updates to a newer version.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Extensions Update Notifier

Pobierz pliki rozszerzeń Extensions Update Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension monitors all other installed extensions, and alerts users whenever an extension is updated.                    

Podstawowe informacje o rozszerzeniu

Nazwa Extensions Update Notifier Extensions Update Notifier
ID ieljdjhnmjpelhfnebgademionhpfmpa
Oficjalny URL https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa
Opis Get alert when any installed extension updates to a newer version.
Rozmiar pliku 25.97 KB
Liczba instalacji 362
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-11-06
Data Publikacji 2020-11-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper BrowserNative
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://browsernative.com/chrome-extensions-update-notifier/
Adres URL Strony Pomocy https://browsernative.com/chrome-extensions-update-notifier/
Adres URL Strony Polityki Prywatności https://browsernative.com/extensions-privacy-policy
Obsługiwane Języki 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"
    ]
}