LogicMonitor CSV reader
This extension reads Your CSV file and creates devices in Your LogicMonitor account
Qu'est-ce que LogicMonitor CSV reader ?
LogicMonitor CSV reader est une extension Chrome développée par https://helptickets.com, et sa fonction principale est "This extension reads Your CSV file and creates devices in Your LogicMonitor account".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LogicMonitor CSV reader
Téléchargez les fichiers d'extension LogicMonitor CSV reader 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
Add devices to LogicMonitor using a CSV file as input. New version in August 2016 can create groups (by name instead of number) and has more helpful error messages.
Informations de Base sur l'Extension
Nom | LogicMonitor CSV reader |
ID | odcihcgimgfjkoblbldffbmglmmlbifi |
URL Officiel | https://chromewebstore.google.com/detail/logicmonitor-csv-reader/odcihcgimgfjkoblbldffbmglmmlbifi |
Description | This extension reads Your CSV file and creates devices in Your LogicMonitor account |
Taille du Fichier | 28.03 KB |
Nombre d'Installations | 94 |
Version Actuelle | 0.39 |
Dernière Mise à Jour | 2016-12-22 |
Date de Publication | 2016-12-22 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://helptickets.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "content\/background.js" ] }, "browser_action": { "default_icon": { "19": "skin\/icon_19.png", "38": "skin\/icon_38.png" }, "default_title": "__MSG_appName__" }, "permissions": [ "https:\/\/*.logicmonitor.com\/santaba\/rpc\/*", "activeTab", "clipboardWrite" ], "default_locale": "en", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "icons": { "128": "skin\/icon_128.png", "16": "skin\/icon_16.png", "32": "skin\/icon_32.png", "48": "skin\/icon_48.png" }, "manifest_version": 2, "version": "0.39", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |