Server Monitoring

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

Server Monitoring란 무엇입니까?

Server Monitoring은(는) limepix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check whether servers are online or not and get notified via Notification Popups"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Server Monitoring 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}