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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | odcihcgimgfjkoblbldffbmglmmlbifi |
| 官方網址 | 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'"
} | |