LogicMonitor CSV reader
This extension reads Your CSV file and creates devices in Your LogicMonitor account
Wat is LogicMonitor CSV reader?
LogicMonitor CSV reader is een Chrome-extensie ontwikkeld door https://helptickets.com, en de belangrijkste functie is "This extension reads Your CSV file and creates devices in Your LogicMonitor account".
Extensie Screenshots
Download het CRX-bestand van de extensie LogicMonitor CSV reader
Download LogicMonitor CSV reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | odcihcgimgfjkoblbldffbmglmmlbifi |
| Officiële URL | https://chromewebstore.google.com/detail/logicmonitor-csv-reader/odcihcgimgfjkoblbldffbmglmmlbifi |
| Beschrijving | This extension reads Your CSV file and creates devices in Your LogicMonitor account |
| Bestandsgrootte | 28.03 KB |
| Aantal Installaties | 94 |
| Huidige Versie | 0.39 |
| Laatst Bijgewerkt | 2016-12-22 |
| Publicatiedatum | 2016-12-22 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://helptickets.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |