FindIT

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

Cos'è FindIT?

FindIT è un'estensione di Chrome sviluppata da Cisco Small Business, e la sua funzione principale è "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FindIT

Scarica i file di estensione FindIT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FindIT FindIT
ID epanidpojhpngkkhhbdbddddiecogodf
URL Ufficiale https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf
Descrizione Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
Dimensione del File 534 KB
Conteggio Installazioni 20,000
Versione Corrente 2.0.2
Ultimo Aggiornamento 2016-01-28
Data di Pubblicazione 2016-01-28
Valutazione 3.38/5 Totale 8 Valutazioni
Sviluppatore Cisco Small Business
Tipo di Pagamento free
Sito Web dell'Estensione http://www.cisco.com/cisco/web/solutions/small_business/index.html
Lingue Supportate 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"
            ]
        }
    ]
}