Cisco Network Setup Assistant
Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
Vad är Cisco Network Setup Assistant?
Cisco Network Setup Assistant är en Chrome-tillägg utvecklad av Cisco Systems, Inc., och dess huvudfunktion är "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.".
Tilläggsskärmbilder
Ladda ner Cisco Network Setup Assistant-förlängningens CRX-fil
Ladda ner Cisco Network Setup Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ldlfakmjimohnhnpgnjmjkdnaiegiebg |
Officiell webbadress | https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg |
Beskrivning | Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine. |
Filstorlek | 223 KB |
Antal Installationer | 50,000 |
Aktuell Version | 2.1.0.35 |
Senast Uppdaterad | 2016-05-18 |
Publiceringsdatum | 2016-05-18 |
Betyg | 3.27/5 Totalt 22 Betyg |
Utvecklare | Cisco Systems, Inc. |
Betalningssätt | free |
Stödda Språk | 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" ] } |