Pandora FMS Event extension for Chrome
Pandora FMS Event viewer Chrome extension
Pandora FMS Event extension for Chrome là gì?
Pandora FMS Event extension for Chrome là một tiện ích mở rộng Chrome được phát triển bởi http://pandorafms.com, và tính năng chính của nó là "Pandora FMS Event viewer Chrome extension".
Ả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 Pandora FMS Event extension for Chrome
Tải xuống các tệp mở rộng Pandora FMS Event extension for Chrome 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
Pandora FMS Event viewer Chrome extension allows operators to keep informed while are using their browsers, thats the perfect way to be real-time updated without looking the monitoring plattform. Even, if they doesn't look to the screen can be alerted by a sound, that means, if something happen in your Pandora FMS monitoring system, you will be informed !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kgffcfocclgaaoeklfmhnljgpdmmailh |
URL Chính Thức | https://chrome.google.com/webstore/detail/pandora-fms-event-extensi/kgffcfocclgaaoeklfmhnljgpdmmailh |
Mô tả | Pandora FMS Event viewer Chrome extension |
Kích Thước Tệp | 1.23 MB |
Số Lần Cài Đặt | 639 |
Phiên Bản Hiện Tại | 2.3 |
Cập Nhật Lần Cuối | 2020-10-08 |
Ngày Phát Hành | 2019-07-30 |
Đánh Giá | 3.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | http://pandorafms.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://pandorafms.com |
URL Trang Trợ Giúp | https://wiki.pandorafms.com/index.php?title=Main_Page |
URL Trang Chính Sách Bảo Mật | https://pandorafms.org/pandora-fms-event-chrome-extension-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "2.3", "manifest_version": 2, "description": "Pandora FMS Event viewer Chrome extension", "homepage_url": "http:\/\/pandorafms.com", "browser_action": { "default_title": "__MSG_default_title__", "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "options_page": "options.html", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "default_locale": "en" } |