Server Monitoring

Check whether servers are online or not and get notified via Notification Popups

Server Monitoring क्या है?

Server Monitoring limepix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check whether servers are online or not and get notified via Notification Popups"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Server Monitoring is a simple to use Chrome Extension that monitors your server. All checks are mare completely on the client-side (in your browser) via JavaScript. 

Checks are made every ten seconds. 

If a server is not reachable for five times, you will receive a notification popup.

Enjoy and feel free to contact me for bugs or improvement ideas.                    

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

नाम Server Monitoring Server Monitoring
ID dcfclloijmpaechbnkbkcgfpakhjmoog
आधिकारिक URL https://chrome.google.com/webstore/detail/server-monitoring/dcfclloijmpaechbnkbkcgfpakhjmoog
विवरण Check whether servers are online or not and get notified via Notification Popups
फ़ाइल का आकार 929 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-08-06
प्रकाशन तिथि 2014-08-06
डेवलपर limepix
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Server Monitoring",
    "short_name": "Server Monitoring",
    "description": "Check whether servers are online or not and get notified via Notification Popups",
    "version": "1.1",
    "permissions": [
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/base.js",
            "js\/popup.js",
            "js\/background.js",
            "js\/moment.min.js"
        ]
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "Server Monitor",
        "default_popup": "html\/popup.html"
    }
}