FindIT

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

O que é FindIT?

FindIT é uma extensão do Chrome desenvolvida por Cisco Small Business, e sua principal característica é "Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FindIT

Baixe arquivos de extensão FindIT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FindIT FindIT
ID epanidpojhpngkkhhbdbddddiecogodf
URL Oficial https://chrome.google.com/webstore/detail/findit/epanidpojhpngkkhhbdbddddiecogodf
Descrição Cisco FindIT Network Discovery Utility allows you to discover select Cisco products and display information on status.
Tamanho do Arquivo 534 KB
Contagem de Instalações 20,000
Versão Atual 2.0.2
Última Atualização 2016-01-28
Data de Publicação 2016-01-28
Classificação 3.38/5 Total de 8 Avaliações
Desenvolvedor Cisco Small Business
Tipo de Pagamento free
Site da Extensão http://www.cisco.com/cisco/web/solutions/small_business/index.html
Idiomas Suportados 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"
            ]
        }
    ]
}