Zabbix Vue
Monitor Zabbix problems from your browser
Wat is Zabbix Vue?
Zabbix Vue is een Chrome-extensie ontwikkeld door Christian McHugh, en de belangrijkste functie is "Monitor Zabbix problems from your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Zabbix Vue
Download Zabbix Vue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Zabbix Vue |
ID | goinajfhamfchlmkddedkncmlgfcieac |
Officiële URL | https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac |
Beschrijving | Monitor Zabbix problems from your browser |
Bestandsgrootte | 2.87 MB |
Aantal Installaties | 4,080 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2023-03-13 |
Publicatiedatum | 2020-02-24 |
Beoordeling | 4.29/5 Totaal 28 Beoordelingen |
Ontwikkelaar | Christian McHugh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mchugh19/zabbix-vue |
Help Pagina-URL | https://github.com/mchugh19/zabbix-vue |
Ondersteunde Talen | 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'" } |