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
官方網址 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"
            ]
        }
    ]
}