Prometheus monitor
This extension gives you information how many alerts are active on each prometheus instance
Co je Prometheus monitor?
Prometheus monitor je rozšíření Chrome vyvinuté Jacek Suchenia, a jeho hlavní funkcí je „This extension gives you information how many alerts are active on each prometheus instance“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Prometheus monitor
Stáhněte si soubory rozšíření Prometheus monitor 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í
This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them
Základní Informace o Rozšíření
Název | Prometheus monitor |
ID | mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
Oficiální URL | https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh |
Popis | This extension gives you information how many alerts are active on each prometheus instance |
Velikost souboru | 1.24 MB |
Počet instalací | 59 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2016-06-09 |
Datum Vydání | 2016-06-09 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Jacek Suchenia |
Typ Platby | free |
Webové stránky Rozšíření | http://github.com/jsuchenia/prometheus-monitor |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prometheus monitor", "short_name": "Prometheus monitor", "description": "This extension gives you information how many alerts are active on each prometheus instance", "version": "0.3", "icons": { "16": "images\/ico16.png", "48": "images\/ico48.png", "128": "images\/ico128.png" }, "browser_action": { "default_icon": { "19": "images\/ico19.png", "38": "images\/ico38.png" }, "default_title": "Prometheus monitor", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "bower_components\/hexagon-js\/dist\/hexagon-light\/hexagon.js", "js\/check.js", "js\/background.js" ] }, "options_ui": { "page": "html\/options.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications", "tabs" ], "web_accessible_resources": [ "images\/*.png" ] } |