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" ] } |