FindIT
Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
FindIT là gì?
FindIT là một tiện ích mở rộng Chrome được phát triển bởi Cisco Small Business, và tính năng chính của nó là "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FindIT
Tải xuống các tệp mở rộng FindIT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | epanidpojhpngkkhhbdbddddiecogodf |
URL Chính Thức | https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf |
Mô tả | Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status. |
Kích Thước Tệp | 534 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2016-01-28 |
Ngày Phát Hành | 2016-01-28 |
Đánh Giá | 3.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Cisco Small Business |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.cisco.com/cisco/web/solutions/small_business/index.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |