FindIT

Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.

What is FindIT?

FindIT is a Chrome extension developed by Cisco Small Business, and its main feature is "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.".

Extension Screenshots

screenshot
screenshot
screenshot

Download FindIT Extension CRX File

Download FindIT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FindIT FindIT
ID epanidpojhpngkkhhbdbddddiecogodf
Official URL https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf
Description Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
File Size 534 KB
Installation Count 20,000
Current Version 2.0.2
Last Updated 2016-01-28
Publish Date 2016-01-28
Rating 3.38/5 Total 8 Ratings
Developer Cisco Small Business
Payment Type free
Extension Website http://www.cisco.com/cisco/web/solutions/small_business/index.html
Supported Languages 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"
            ]
        }
    ]
}