Site Monitor

Monitors your websites and alerts you if any go down

Co to jest Site Monitor?

Site Monitor to rozszerzenie Chrome opracowane przez https://fivemile.xyz, a jego główną funkcją jest „Monitors your websites and alerts you if any go down”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Site Monitor

Pobierz pliki rozszerzeń Site Monitor 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

                        Keep track of the health of your websites.  Site Monitor Chrome Extension alerts you if your site is inaccessible for any reason.                    

Podstawowe informacje o rozszerzeniu

Nazwa Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
Oficjalny URL https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
Opis Monitors your websites and alerts you if any go down
Rozmiar pliku 726 KB
Liczba instalacji 440
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-09-29
Data Publikacji 2017-09-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://fivemile.xyz
Typ Płatności free
Strona Rozszerzenia http://fivemile.xyz
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Monitor",
    "description": "Monitors your websites and alerts you if any go down",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ok-icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "background",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}