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 là gì?
Cisco Network Setup Assistant là một tiện ích mở rộng Chrome được phát triển bởi Cisco Systems, Inc., và tính năng chính của nó là "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cisco Network Setup Assistant
Tải xuống các tệp mở rộng Cisco Network Setup Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldlfakmjimohnhnpgnjmjkdnaiegiebg |
URL Chính Thức | https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg |
Mô tả | Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine. |
Kích Thước Tệp | 223 KB |
Số Lần Cài Đặt | 50,000 |
Phiên Bản Hiện Tại | 2.1.0.35 |
Cập Nhật Lần Cuối | 2016-05-18 |
Ngày Phát Hành | 2016-05-18 |
Đánh Giá | 3.27/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Cisco Systems, Inc. |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |