Site Monitor

Monitors your websites and alerts you if any go down

Qu'est-ce que Site Monitor ?

Site Monitor est une extension Chrome développée par https://fivemile.xyz, et sa fonction principale est "Monitors your websites and alerts you if any go down".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Site Monitor

Téléchargez les fichiers d'extension Site Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
URL Officiel https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
Description Monitors your websites and alerts you if any go down
Taille du Fichier 726 KB
Nombre d'Installations 440
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-09-29
Date de Publication 2017-09-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://fivemile.xyz
Type de Paiement free
Site Web de l'Extension http://fivemile.xyz
Langues Prises en Charge 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:\/\/*\/"
    ]
}