Site Monitor

Monitors your websites and alerts you if any go down

Co je Site Monitor?

Site Monitor je rozšíření Chrome vyvinuté https://fivemile.xyz, a jeho hlavní funkcí je „Monitors your websites and alerts you if any go down“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Site Monitor

Stáhněte si soubory rozšíření Site Monitor 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í

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

Základní Informace o Rozšíření

Název Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
Oficiální URL https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
Popis Monitors your websites and alerts you if any go down
Velikost souboru 726 KB
Počet instalací 440
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-09-29
Datum Vydání 2017-09-28
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://fivemile.xyz
Typ Platby free
Webové stránky Rozšíření http://fivemile.xyz
Podporované Jazyky 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:\/\/*\/"
    ]
}