LogicMonitor CSV reader

This extension reads Your CSV file and creates devices in Your LogicMonitor account

Was ist LogicMonitor CSV reader?

LogicMonitor CSV reader ist eine Chrome-Erweiterung, die von https://helptickets.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension reads Your CSV file and creates devices in Your LogicMonitor account".

Erweiterungsscreenshots

screenshot

LogicMonitor CSV reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie LogicMonitor CSV reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LogicMonitor CSV reader LogicMonitor CSV reader
ID odcihcgimgfjkoblbldffbmglmmlbifi
Offizielle URL https://chromewebstore.google.com/detail/logicmonitor-csv-reader/odcihcgimgfjkoblbldffbmglmmlbifi
Beschreibung This extension reads Your CSV file and creates devices in Your LogicMonitor account
Dateigröße 28.03 KB
Installationsanzahl 94
Aktuelle Version 0.39
Letztes Update 2016-12-22
Veröffentlichungsdatum 2016-12-22
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://helptickets.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}