Server Monitoring

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

Server Monitoringคืออะไร?

Server Monitoring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย limepix และคุณลักษณะหลักของมันคือ "Check whether servers are online or not and get notified via Notification Popups"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Server Monitoring

ดาวน์โหลดไฟล์ส่วนขยาย Server Monitoring ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}