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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension reads Your CSV file and creates devices in Your LogicMonitor account"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LogicMonitor CSV reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |