FindIT
Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
FindITとは何ですか?
FindITはCisco Small Businessによって開発されたChromeの拡張機能で、その主な機能は「Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.」です。
拡張機能のスクリーンショット
FindIT拡張機能のCRXファイルをダウンロード
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" ] } ] } |