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 |
| 公式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 |
| Eメール | [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'"
} | |