Site Monitor

Monitors your websites and alerts you if any go down

Wat is Site Monitor?

Site Monitor is een Chrome-extensie ontwikkeld door https://fivemile.xyz, en de belangrijkste functie is "Monitors your websites and alerts you if any go down".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Site Monitor

Download Site Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
Officiële URL https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
Beschrijving Monitors your websites and alerts you if any go down
Bestandsgrootte 726 KB
Aantal Installaties 440
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-09-29
Publicatiedatum 2017-09-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://fivemile.xyz
Betalingswijze free
Extensiewebsite http://fivemile.xyz
Ondersteunde Talen 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:\/\/*\/"
    ]
}