Server Monitoring
Check whether servers are online or not and get notified via Notification Popups
Apa itu Server Monitoring?
Server Monitoring adalah ekstensi Chrome yang dikembangkan oleh limepix, dan fitur utamanya adalah "Check whether servers are online or not and get notified via Notification Popups".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Server Monitoring
Unduh file ekstensi Server Monitoring dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dcfclloijmpaechbnkbkcgfpakhjmoog |
URL Resmi | https://chrome.google.com/webstore/detail/server-monitoring/dcfclloijmpaechbnkbkcgfpakhjmoog |
Deskripsi | Check whether servers are online or not and get notified via Notification Popups |
Ukuran File | 929 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-08-06 |
Tanggal Publikasi | 2014-08-06 |
Pengembang | limepix |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |