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" ] } ] } |