Site Monitor

Monitors your websites and alerts you if any go down

Was ist Site Monitor?

Site Monitor ist eine Chrome-Erweiterung, die von https://fivemile.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Monitors your websites and alerts you if any go down".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Site Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Site Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
Offizielle URL https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
Beschreibung Monitors your websites and alerts you if any go down
Dateigröße 726 KB
Installationsanzahl 440
Aktuelle Version 1.0.2
Letztes Update 2017-09-29
Veröffentlichungsdatum 2017-09-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://fivemile.xyz
Zahlungsart free
Erweiterungswebsite http://fivemile.xyz
Unterstützte Sprachen 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:\/\/*\/"
    ]
}