Server Monitoring

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

Server Monitoring là gì?

Server Monitoring là một tiện ích mở rộng Chrome được phát triển bởi limepix, và tính năng chính của nó là "Check whether servers are online or not and get notified via Notification Popups".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Server Monitoring

Tải xuống các tệp mở rộng Server Monitoring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Server Monitoring Server Monitoring
ID dcfclloijmpaechbnkbkcgfpakhjmoog
URL Chính Thức https://chrome.google.com/webstore/detail/server-monitoring/dcfclloijmpaechbnkbkcgfpakhjmoog
Mô tả Check whether servers are online or not and get notified via Notification Popups
Kích Thước Tệp 929 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-08-06
Ngày Phát Hành 2014-08-06
Nhà Phát Triển limepix
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}