LogicMonitor CSV reader

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

Vad är LogicMonitor CSV reader?

LogicMonitor CSV reader är en Chrome-tillägg utvecklad av https://helptickets.com, och dess huvudfunktion är "This extension reads Your CSV file and creates devices in Your LogicMonitor account".

Tilläggsskärmbilder

screenshot

Ladda ner LogicMonitor CSV reader-förlängningens CRX-fil

Ladda ner LogicMonitor CSV reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LogicMonitor CSV reader LogicMonitor CSV reader
ID odcihcgimgfjkoblbldffbmglmmlbifi
Officiell webbadress https://chromewebstore.google.com/detail/logicmonitor-csv-reader/odcihcgimgfjkoblbldffbmglmmlbifi
Beskrivning This extension reads Your CSV file and creates devices in Your LogicMonitor account
Filstorlek 28.03 KB
Antal Installationer 94
Aktuell Version 0.39
Senast Uppdaterad 2016-12-22
Publiceringsdatum 2016-12-22
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://helptickets.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}