Site Monitor

Monitors your websites and alerts you if any go down

Cos'è Site Monitor?

Site Monitor è un'estensione di Chrome sviluppata da https://fivemile.xyz, e la sua funzione principale è "Monitors your websites and alerts you if any go down".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Site Monitor

Scarica i file di estensione Site Monitor 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

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

Informazioni di Base sull'Estensione

Nome Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
URL Ufficiale https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
Descrizione Monitors your websites and alerts you if any go down
Dimensione del File 726 KB
Conteggio Installazioni 440
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-09-29
Data di Pubblicazione 2017-09-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://fivemile.xyz
Tipo di Pagamento free
Sito Web dell'Estensione http://fivemile.xyz
Lingue Supportate 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:\/\/*\/"
    ]
}