Zabbix Vue
Monitor Zabbix problems from your browser
Zabbix Vue란 무엇입니까?
Zabbix Vue은(는) Christian McHugh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor Zabbix problems from your browser"입니다.
확장 프로그램 스크린샷
Zabbix Vue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Zabbix Vue |
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'" } |