Cisco Assistant

A new concept tool for streamlining your working information at Cisco.

什麼是Cisco Assistant?

Cisco Assistant是由adenin開發的Chrome擴展程式,該擴展的主要功能是“A new concept tool for streamlining your working information at Cisco.”。

擴展截圖

screenshot

下載Cisco Assistant擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Cisco Assistant Cisco Assistant
ID kfohcpknbjgeedpfkbapfhiihbciifme
官方網址 https://chromewebstore.google.com/detail/cisco-assistant/kfohcpknbjgeedpfkbapfhiihbciifme
簡介 A new concept tool for streamlining your working information at Cisco.
檔案大小 37.28 KB
安裝次數 43
目前版本 1.2.3
更新時間 2017-09-01
上架時間 2017-09-01
評分 5.00/5 共 1 次評分
開發者 adenin
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.nowassistant.com
說明頁面URL http://helpdesk.adenin.com
隱私政策頁面URL http://www.adenin.com/legal/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cisco Assistant",
    "version": "1.2.3",
    "description": "A new concept tool for streamlining your working information at Cisco.",
    "homepage_url": "http:\/\/www.nowassistant.com",
    "icons": {
        "19": "img\/icon_19.png",
        "38": "img\/icon_38.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19_red.png",
            "38": "img\/icon_38_red.png"
        },
        "default_popup": "html\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "notifications",
        "http:\/\/cisco.nowassistant.com\/*",
        "https:\/\/cisco.nowassistant.com\/*",
        "https:\/\/cards-pilot.cisco.com\/*"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options\/options.html"
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "html\/background.html"
    }
}