Cisco Network Setup Assistant

Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.

Apa itu Cisco Network Setup Assistant?

Cisco Network Setup Assistant adalah ekstensi Chrome yang dikembangkan oleh Cisco Systems, Inc., dan fitur utamanya adalah "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cisco Network Setup Assistant

Unduh file ekstensi Cisco Network Setup Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cisco Network Setup Assistant Cisco Network Setup Assistant
ID ldlfakmjimohnhnpgnjmjkdnaiegiebg
URL Resmi https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg
Deskripsi Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
Ukuran File 223 KB
Jumlah Instalasi 50,000
Versi Saat Ini 2.1.0.35
Terakhir Diperbarui 2016-05-18
Tanggal Publikasi 2016-05-18
Penilaian 3.27/5 Total 22 Penilaian
Pengembang Cisco Systems, Inc.
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}