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
公式URL 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
Eメール [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"
    }
}