Cisco Network Setup Assistant

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

What is Cisco Network Setup Assistant?

Cisco Network Setup Assistant is a Chrome extension developed by Cisco Systems, Inc., and its main feature is "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.".

Extension Screenshots

screenshot
screenshot

Download Cisco Network Setup Assistant Extension CRX File

Download Cisco Network Setup Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cisco Network Setup Assistant Cisco Network Setup Assistant
ID ldlfakmjimohnhnpgnjmjkdnaiegiebg
Official URL https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg
Description Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
File Size 223 KB
Installation Count 50,000
Current Version 2.1.0.35
Last Updated 2016-05-18
Publish Date 2016-05-18
Rating 3.27/5 Total 22 Ratings
Developer Cisco Systems, Inc.
Payment Type free
Supported Languages 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"
    ]
}