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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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'" } |