Zabbix Vue
Monitor Zabbix problems from your browser
什么是Zabbix Vue?
Zabbix Vue是由Christian McHugh开发的Chrome扩展程序,该扩展的主要功能是“Monitor Zabbix problems from your browser”。
扩展截图
下载Zabbix Vue扩展crx文件
下载Zabbix Vue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | goinajfhamfchlmkddedkncmlgfcieac |
| 官方URL | https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac |
| 简介 | Monitor Zabbix problems from your browser |
| 文件大小 | 2.87 MB |
| 安装次数 | 4,080 |
| 当前版本 | 2.1.1 |
| 更新时间 | 2023-03-13 |
| 上架时间 | 2020-02-24 |
| 评分 | 4.29/5 共28次评分 |
| 开发者 | Christian McHugh |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mchugh19/zabbix-vue |
| 帮助页面URL | https://github.com/mchugh19/zabbix-vue |
| 支持的语言 | 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'"
} | |