FindIT
Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
FindIT क्या है?
FindIT Cisco Small Business द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FindIT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cisco FindIT Network Discovery Utility allows you to discover Cisco Small Business products, display device information and status, and retrieve firmware updates and maintenance information. IMPORTANT: This extension communicates with and depends on an external FindIT service that must be installed separately. The FindIT installer may be downloaded by going to www.cisco.com/go/findit and then selecting the download software link on the right-hand side.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | epanidpojhpngkkhhbdbddddiecogodf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf |
विवरण | Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status. |
फ़ाइल का आकार | 534 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 2.0.2 |
अंतिम अपडेट | 2016-01-28 |
प्रकाशन तिथि | 2016-01-28 |
रेटिंग | 3.38/5 कुल 8 रेटिंग्स |
डेवलपर | Cisco Small Business |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.cisco.com/cisco/web/solutions/small_business/index.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FindIT", "description": "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.", "version": "2.0.2", "background": { "scripts": [ "jquery-1.11.1.js", "bg.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/127.0.0.1\/*" ], "js": [ "content.js" ] } ] } |