Pandora FMS Event extension for Chrome
Pandora FMS Event viewer Chrome extension
Cos'è Pandora FMS Event extension for Chrome?
Pandora FMS Event extension for Chrome è un'estensione di Chrome sviluppata da http://pandorafms.com, e la sua funzione principale è "Pandora FMS Event viewer Chrome extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pandora FMS Event extension for Chrome
Scarica i file di estensione Pandora FMS Event extension for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !
Informazioni di Base sull'Estensione
Nome | |
ID | kgffcfocclgaaoeklfmhnljgpdmmailh |
URL Ufficiale | https://chrome.google.com/webstore/detail/pandora-fms-event-extensi/kgffcfocclgaaoeklfmhnljgpdmmailh |
Descrizione | Pandora FMS Event viewer Chrome extension |
Dimensione del File | 1.23 MB |
Conteggio Installazioni | 639 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2020-10-08 |
Data di Pubblicazione | 2019-07-30 |
Valutazione | 3.80/5 Totale 10 Valutazioni |
Sviluppatore | http://pandorafms.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://pandorafms.com |
URL della Pagina di Aiuto | https://wiki.pandorafms.com/index.php?title=Main_Page |
URL della Pagina della Politica sulla Privacy | https://pandorafms.org/pandora-fms-event-chrome-extension-privacy-policy |
Lingue Supportate | 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" } |