ZeXtras companion Extension
This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
ZeXtras companion Extensionとは何ですか?
ZeXtras companion Extensionはhttps://zextras.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.」です。
拡張機能のスクリーンショット
ZeXtras companion Extension拡張機能のCRXファイルをダウンロード
ZeXtras companion Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.                     拡張機能の基本情報
| 名前 |   |  
| ID | eiichpepijkdkmeblleomnppnmiinfkp | 
| 公式URL | https://chromewebstore.google.com/detail/zextras-companion-extensi/eiichpepijkdkmeblleomnppnmiinfkp | 
| 説明 | This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras. | 
| ファイルサイズ | 7.8 KB | 
| インストール数 | 880 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2017-10-06 | 
| 公開日 | 2017-10-06 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | https://zextras.com | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://www.zextras.com/suite/chat/ | 
| ヘルプページのURL | https://www.zextras.com/support/ | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZeXtras companion Extension",
    "author": "ZeXtras",
    "version": "1.0",
    "minimum_chrome_version": "34",
    "description": "",
    "homepage_url": "https:\/\/www.zextras.com\/suite\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |