Cisco Network Setup Assistant

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

Wat is Cisco Network Setup Assistant?

Cisco Network Setup Assistant is een Chrome-extensie ontwikkeld door Cisco Systems, Inc., en de belangrijkste functie is "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cisco Network Setup Assistant

Download Cisco Network Setup Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cisco Network Setup Assistant Cisco Network Setup Assistant
ID ldlfakmjimohnhnpgnjmjkdnaiegiebg
Officiële URL https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg
Beschrijving Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
Bestandsgrootte 223 KB
Aantal Installaties 50,000
Huidige Versie 2.1.0.35
Laatst Bijgewerkt 2016-05-18
Publicatiedatum 2016-05-18
Beoordeling 3.27/5 Totaal 22 Beoordelingen
Ontwikkelaar Cisco Systems, Inc.
Betalingswijze free
Ondersteunde Talen 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"
    ]
}