Cisco Network Setup Assistant

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

Was ist Cisco Network Setup Assistant?

Cisco Network Setup Assistant ist eine Chrome-Erweiterung, die von Cisco Systems, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.".

Erweiterungsscreenshots

screenshot
screenshot

Cisco Network Setup Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cisco Network Setup Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cisco Network Setup Assistant Cisco Network Setup Assistant
ID ldlfakmjimohnhnpgnjmjkdnaiegiebg
Offizielle URL https://chrome.google.com/webstore/detail/cisco-network-setup-assis/ldlfakmjimohnhnpgnjmjkdnaiegiebg
Beschreibung Cisco Network Setup Assistant is used to connect devices securely to networks utilizing Cisco Identity Services Engine.
Dateigröße 223 KB
Installationsanzahl 50,000
Aktuelle Version 2.1.0.35
Letztes Update 2016-05-18
Veröffentlichungsdatum 2016-05-18
Bewertung 3.27/5 Insgesamt 22 Bewertungen
Entwickler Cisco Systems, Inc.
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}