LogicMonitor CSV reader

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

Что такое LogicMonitor CSV reader?

LogicMonitor CSV reader - это расширение Chrome, разработанное https://helptickets.com, и его основная функция - "This extension reads Your CSV file and creates devices in Your LogicMonitor account".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения LogicMonitor CSV reader

Скачайте файлы расширений LogicMonitor CSV reader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название LogicMonitor CSV reader LogicMonitor CSV reader
ID odcihcgimgfjkoblbldffbmglmmlbifi
Официальный URL https://chromewebstore.google.com/detail/logicmonitor-csv-reader/odcihcgimgfjkoblbldffbmglmmlbifi
Описание This extension reads Your CSV file and creates devices in Your LogicMonitor account
Размер файла 28.03 KB
Количество установок 94
Текущая Версия 0.39
Последнее Обновление 2016-12-22
Дата публикации 2016-12-22
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://helptickets.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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'"
}