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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cisco Network Setup Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Cisco Network Setup Assistant Cisco Network Setup Assistant
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"
    ]
}