FindIT

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

Wat is FindIT?

FindIT is een Chrome-extensie ontwikkeld door Cisco Small Business, en de belangrijkste functie is "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FindIT

Download FindIT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FindIT FindIT
ID epanidpojhpngkkhhbdbddddiecogodf
Officiële URL https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf
Beschrijving Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
Bestandsgrootte 534 KB
Aantal Installaties 20,000
Huidige Versie 2.0.2
Laatst Bijgewerkt 2016-01-28
Publicatiedatum 2016-01-28
Beoordeling 3.38/5 Totaal 8 Beoordelingen
Ontwikkelaar Cisco Small Business
Betalingswijze free
Extensiewebsite http://www.cisco.com/cisco/web/solutions/small_business/index.html
Ondersteunde Talen 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"
            ]
        }
    ]
}