Server Monitoring
Check whether servers are online or not and get notified via Notification Popups
Co je Server Monitoring?
Server Monitoring je rozšíření Chrome vyvinuté limepix, a jeho hlavní funkcí je „Check whether servers are online or not and get notified via Notification Popups“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Server Monitoring
Stáhněte si soubory rozšíření Server Monitoring ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | dcfclloijmpaechbnkbkcgfpakhjmoog |
Oficiální URL | https://chrome.google.com/webstore/detail/server-monitoring/dcfclloijmpaechbnkbkcgfpakhjmoog |
Popis | Check whether servers are online or not and get notified via Notification Popups |
Velikost souboru | 929 KB |
Počet instalací | 81 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-08-06 |
Datum Vydání | 2014-08-06 |
Vývojář | limepix |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |