Pandora FMS Event extension for Chrome
Pandora FMS Event viewer Chrome extension
Qu'est-ce que Pandora FMS Event extension for Chrome ?
Pandora FMS Event extension for Chrome est une extension Chrome développée par http://pandorafms.com, et sa fonction principale est "Pandora FMS Event viewer Chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pandora FMS Event extension for Chrome
Téléchargez les fichiers d'extension Pandora FMS Event extension for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 !
Informations de Base sur l'Extension
Nom | |
ID | kgffcfocclgaaoeklfmhnljgpdmmailh |
URL Officiel | https://chrome.google.com/webstore/detail/pandora-fms-event-extensi/kgffcfocclgaaoeklfmhnljgpdmmailh |
Description | Pandora FMS Event viewer Chrome extension |
Taille du Fichier | 1.23 MB |
Nombre d'Installations | 639 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2020-10-08 |
Date de Publication | 2019-07-30 |
Évaluation | 3.80/5 Total 10 Évaluations |
Développeur | http://pandorafms.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://pandorafms.com |
URL de la Page d'Aide | https://wiki.pandorafms.com/index.php?title=Main_Page |
URL de la Page de Politique de Confidentialité | https://pandorafms.org/pandora-fms-event-chrome-extension-privacy-policy |
Langues Prises en Charge | 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" } |