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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 FindIT FindIT
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"
            ]
        }
    ]
}