Zabbix Vue
Monitor Zabbix problems from your browser
Zabbix Vue là gì?
Zabbix Vue là một tiện ích mở rộng Chrome được phát triển bởi Christian McHugh, và tính năng chính của nó là "Monitor Zabbix problems from your browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zabbix Vue
Tải xuống các tệp mở rộng Zabbix Vue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Zabbix Vue |
ID | goinajfhamfchlmkddedkncmlgfcieac |
URL Chính Thức | https://chromewebstore.google.com/detail/zabbix-vue/goinajfhamfchlmkddedkncmlgfcieac |
Mô tả | Monitor Zabbix problems from your browser |
Kích Thước Tệp | 2.87 MB |
Số Lần Cài Đặt | 4,080 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2023-03-13 |
Ngày Phát Hành | 2020-02-24 |
Đánh Giá | 4.29/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | Christian McHugh |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mchugh19/zabbix-vue |
URL Trang Trợ Giúp | https://github.com/mchugh19/zabbix-vue |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |