Talent Screen Sharing

This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.

Talent Screen Sharing là gì?

Talent Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://torshtalent.com, và tính năng chính của nó là "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".

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

screenshot

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

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

                        This extension is required to enable screen sharing while doing live video calls in Talent.                    

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

Tên Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
URL Chính Thức https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
Mô tả This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.
Kích Thước Tệp 16.76 KB
Số Lần Cài Đặt 608
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-02-06
Ngày Phát Hành 2019-02-06
Nhà Phát Triển https://torshtalent.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.torsh.co
URL Trang Trợ Giúp https://torshsupport.zendesk.com/hc/en-us
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talent Screen Sharing",
    "author": "Torsh, Inc.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is for https:\/\/www.torshtalent.com\/. It enables the capture of your screen for use in a video call on Talent.",
    "homepage_url": "https:\/\/torsh.co\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.torshtalent.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}