Teamtalk Screen Sharing

This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.

Teamtalk Screen Sharing là gì?

Teamtalk Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://teamtalk.io, và tính năng chính của nó là "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".

Tải xuống tệp CRX của tiện ích mở rộng Teamtalk Screen Sharing

Tải xuống các tệp mở rộng Teamtalk Screen Sharing 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

                        Screen Sharing Chrome Extension                    

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

Tên Teamtalk Screen Sharing Teamtalk Screen Sharing
ID ckmdabgcfgbecnpnekkjfcicjlgpblnp
URL Chính Thức https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp
Mô tả This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Kích Thước Tệp 14.08 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2016-11-02
Ngày Phát Hành 2016-11-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://teamtalk.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teamtalk Screen Sharing",
    "author": "Teamtalk",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/teamtalk.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "logo16.png",
        "default_popup": "screensharing-test.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost\/teamtalk\/public\/*",
            "http:\/\/teamtalk.io\/*",
            "https:\/\/teamtalk.io\/*",
            "*:\/\/teamtalk.io\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}