Site Monitor

Monitors your websites and alerts you if any go down

Site Monitor क्या है?

Site Monitor https://fivemile.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitors your websites and alerts you if any go down"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Site Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
आधिकारिक URL https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
विवरण Monitors your websites and alerts you if any go down
फ़ाइल का आकार 726 KB
स्थापना संख्या 440
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2017-09-29
प्रकाशन तिथि 2017-09-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://fivemile.xyz
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://fivemile.xyz
समर्थित भाषाएँ 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:\/\/*\/"
    ]
}