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文件

下載Cisco Network Setup Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}