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"
    ]
}  |  |