FindIT
Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
Co je FindIT?
FindIT je rozšíření Chrome vyvinuté Cisco Small Business, a jeho hlavní funkcí je „Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FindIT
Stáhněte si soubory rozšíření FindIT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | epanidpojhpngkkhhbdbddddiecogodf |
Oficiální URL | https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf |
Popis | Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status. |
Velikost souboru | 534 KB |
Počet instalací | 20,000 |
Aktuální Verze | 2.0.2 |
Poslední Aktualizace | 2016-01-28 |
Datum Vydání | 2016-01-28 |
Hodnocení | 3.38/5 Celkem 8 Hodnocení |
Vývojář | Cisco Small Business |
Typ Platby | free |
Webové stránky Rozšíření | http://www.cisco.com/cisco/web/solutions/small_business/index.html |
Podporované Jazyky | 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" ] } ] } |