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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cisco Systems, Inc. และคุณลักษณะหลักของมันคือ "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cisco Network Setup Assistant
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |