Server Monitoring
Check whether servers are online or not and get notified via Notification Popups
Qu'est-ce que Server Monitoring ?
Server Monitoring est une extension Chrome développée par limepix, et sa fonction principale est "Check whether servers are online or not and get notified via Notification Popups".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Server Monitoring
Téléchargez les fichiers d'extension Server Monitoring au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dcfclloijmpaechbnkbkcgfpakhjmoog |
URL Officiel | https://chrome.google.com/webstore/detail/server-monitoring/dcfclloijmpaechbnkbkcgfpakhjmoog |
Description | Check whether servers are online or not and get notified via Notification Popups |
Taille du Fichier | 929 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-08-06 |
Date de Publication | 2014-08-06 |
Développeur | limepix |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |