LogicMonitor CSV reader
This extension reads Your CSV file and creates devices in Your LogicMonitor account
LogicMonitor CSV reader là gì?
LogicMonitor CSV reader là một tiện ích mở rộng Chrome được phát triển bởi https://helptickets.com, và tính năng chính của nó là "This extension reads Your CSV file and creates devices in Your LogicMonitor account".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LogicMonitor CSV reader
Tải xuống các tệp mở rộng LogicMonitor CSV reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LogicMonitor CSV reader |
ID | odcihcgimgfjkoblbldffbmglmmlbifi |
URL Chính Thức | https://chromewebstore.google.com/detail/logicmonitor-csv-reader/odcihcgimgfjkoblbldffbmglmmlbifi |
Mô tả | This extension reads Your CSV file and creates devices in Your LogicMonitor account |
Kích Thước Tệp | 28.03 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 0.39 |
Cập Nhật Lần Cuối | 2016-12-22 |
Ngày Phát Hành | 2016-12-22 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://helptickets.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |