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