FindIT
Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
Τι είναι το FindIT;
Το FindIT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cisco Small Business, και η κύρια λειτουργία του είναι "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FindIT
Λήψη αρχείων επέκτασης FindIT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |