Zabbix Vue
Monitor Zabbix problems from your browser
What is Zabbix Vue?
Zabbix Vue is a Chrome extension developed by Christian McHugh, and its main feature is "Monitor Zabbix problems from your browser".
Extension Screenshots
Download Zabbix Vue Extension CRX File
Download Zabbix Vue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Zabbix Vue |
ID | goinajfhamfchlmkddedkncmlgfcieac |
Official URL | https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac |
Description | Monitor Zabbix problems from your browser |
File Size | 2.87 MB |
Installation Count | 4,080 |
Current Version | 2.1.1 |
Last Updated | 2023-03-13 |
Publish Date | 2020-02-24 |
Rating | 4.29/5 Total 28 Ratings |
Developer | Christian McHugh |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mchugh19/zabbix-vue |
Help Page URL | https://github.com/mchugh19/zabbix-vue |
Supported Languages | 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'" } |