Let's Talk Screen Sharing Chrome Extension

This Extension provides ability to share screen for Let's Talk application.

Let's Talk Screen Sharing Chrome Extension là gì?

Let's Talk Screen Sharing Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://hciketi.com, và tính năng chính của nó là "This Extension provides ability to share screen for Let's Talk application.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Let's Talk Screen Sharing Chrome Extension

Tải xuống các tệp mở rộng Let's Talk Screen Sharing Chrome 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 provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product.                    

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

Tên Let's Talk Screen Sharing Chrome Extension Let's Talk Screen Sharing Chrome Extension
ID lkhdkjakccdajilenebimbgionejknpn
URL Chính Thức https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn
Mô tả This Extension provides ability to share screen for Let's Talk application.
Kích Thước Tệp 337 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2017-10-18
Ngày Phát Hành 2017-10-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://hciketi.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "name": "Let's Talk Screen Sharing Chrome Extension",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Let's Talk ScreenShare",
    "version": "1.0.0.3",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "This Extension provides ability to share screen for Let's Talk application.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hciketi.com\/*",
            "https:\/\/*.proximie.com\/*",
            "https:\/\/*.ciketi.com\/*"
        ]
    },
    "icons": {
        "128": "conf-logo-128x128.png",
        "48": "conf-logo-48x48.png",
        "16": "conf-logo-16x16.png"
    },
    "browser_action": {
        "default_icon": "conf-logo-16x16.png"
    }
}