Zabbix Vue
Monitor Zabbix problems from your browser
Hvad er Zabbix Vue?
Zabbix Vue er en Chrome-udvidelse udviklet af Christian McHugh, og dens hovedfunktion er "Monitor Zabbix problems from your browser".
Udvidelsesskærmbilleder
Download Zabbix Vue-udvidelses-CRX-fil
Download Zabbix Vue-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Connects to Zabbix (https://www.zabbix.com/) monitoring servers to display current problems. Supports multiple servers, the browser icon is updated for number and severity of issues, popup list can be filtered & sorted, and items can be clicked for action buttons.
Grundlæggende oplysninger om udvidelsen
Navn | Zabbix Vue |
ID | goinajfhamfchlmkddedkncmlgfcieac |
Officiel URL | https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac |
Beskrivelse | Monitor Zabbix problems from your browser |
Filstørrelse | 2.87 MB |
Antal Installationer | 4,080 |
Nuværende Version | 2.1.1 |
Senest Opdateret | 2023-03-13 |
Udgivelsesdato | 2020-02-24 |
Bedømmelse | 4.29/5 Samlet 28 Bedømmelser |
Udvikler | Christian McHugh |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mchugh19/zabbix-vue |
Hjælpeside-URL | https://github.com/mchugh19/zabbix-vue |
Understøttede Sprog | en,nl,pl,pt-BR,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.1.1", "manifest_version": 2, "description": "__MSG_appDescription__", "author": "https:\/\/github.com\/mchugh19\/zabbix-vue", "icons": { "128": "images\/logo.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "background", "notifications", "storage", "*:\/\/*\/" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_icon": { "128": "images\/unconfigured.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/logo.png" ], "content_security_policy": "script-src 'self' ; object-src 'self'" } |