Cisco Network Setup Assistant
Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
Co to jest Cisco Network Setup Assistant?
Cisco Network Setup Assistant to rozszerzenie Chrome opracowane przez Cisco Systems, Inc., a jego główną funkcją jest „Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cisco Network Setup Assistant
Pobierz pliki rozszerzeń Cisco Network Setup Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ldlfakmjimohnhnpgnjmjkdnaiegiebg |
Oficjalny URL | https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg |
Opis | Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine. |
Rozmiar pliku | 223 KB |
Liczba instalacji | 50,000 |
Aktualna Wersja | 2.1.0.35 |
Ostatnia Aktualizacja | 2016-05-18 |
Data Publikacji | 2016-05-18 |
Ocena | 3.27/5 Łącznie 22 Oceny |
Deweloper | Cisco Systems, Inc. |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |