Cisco Network Setup Assistant
Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
什么是Cisco Network Setup Assistant?
Cisco Network Setup Assistant是由Cisco Systems, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.”。
扩展截图
下载Cisco Network Setup Assistant扩展crx文件
下载Cisco Network Setup Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ldlfakmjimohnhnpgnjmjkdnaiegiebg |
官方URL | https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg |
简介 | Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine. |
文件大小 | 223 KB |
安装次数 | 50,000 |
当前版本 | 2.1.0.35 |
更新时间 | 2016-05-18 |
上架时间 | 2016-05-18 |
评分 | 3.27/5 共22次评分 |
开发者 | Cisco Systems, Inc. |
付费类型 | free |
支持的语言 | 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" ] } |