LogicMonitor CSV reader

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

什么是LogicMonitor CSV reader?

LogicMonitor CSV reader是由https://helptickets.com开发的Chrome扩展程序,该扩展的主要功能是“This extension reads Your CSV file and creates devices in Your LogicMonitor account”。

扩展截图

screenshot

下载LogicMonitor CSV reader扩展crx文件

下载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'"
}