Cisco Network Setup Assistant
Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
O que é Cisco Network Setup Assistant?
Cisco Network Setup Assistant é uma extensão do Chrome desenvolvida por Cisco Systems, Inc., e sua principal característica é "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cisco Network Setup Assistant
Baixe arquivos de extensão Cisco Network Setup Assistant 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
NOTE: Do not install this extension from the web store. If this extension is required, it will be automatically installed on your Chromebook by the network administrator. If you have a problem accessing the network - contact your helpdesk or network administrator.
Informações Básicas da Extensão
Nome | |
ID | ldlfakmjimohnhnpgnjmjkdnaiegiebg |
URL Oficial | https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg |
Descrição | Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine. |
Tamanho do Arquivo | 223 KB |
Contagem de Instalações | 50,000 |
Versão Atual | 2.1.0.35 |
Última Atualização | 2016-05-18 |
Data de Publicação | 2016-05-18 |
Classificação | 3.27/5 Total de 22 Avaliações |
Desenvolvedor | Cisco Systems, Inc. |
Tipo de Pagamento | free |
Idiomas Suportados | de,en,fr,nl,es,it,hu,pl,pt-BR,cs,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "storage": { "managed_schema": "schema.json" }, "description": "__MSG_app_description__", "icons": { "128": "image\/ise48.png" }, "version": "2.1.0.35", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*\/portal\/*" ], "js": [ "content_script.js" ], "css": [ "style\/ChromeBYOD.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "forge.bundle.js", "onboarding.js", "popupUtils.js" ], "persistent": false }, "permissions": [ "identity", "tabs", "storage", "fileSystem", "enterprise.platformKeys", "https:\/\/www.google.com" ], "web_accessible_resources": [ "\/image\/*.png" ] } |