ZeXtras companion Extension

This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.

ZeXtras companion Extension là gì?

ZeXtras companion Extension là một tiện ích mở rộng Chrome được phát triển bởi https://zextras.com, và tính năng chính của nó là "This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng ZeXtras companion Extension

Tải xuống các tệp mở rộng ZeXtras companion Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZeXtras companion Extension ZeXtras companion Extension
ID eiichpepijkdkmeblleomnppnmiinfkp
URL Chính Thức https://chromewebstore.google.com/detail/zextras-companion-extensi/eiichpepijkdkmeblleomnppnmiinfkp
Mô tả This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
Kích Thước Tệp 7.8 KB
Số Lần Cài Đặt 880
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-10-06
Ngày Phát Hành 2017-10-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://zextras.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zextras.com/suite/chat/
URL Trang Trợ Giúp https://www.zextras.com/support/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}