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?

Talent Screen Sharing是由https://torshtalent.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.”。

扩展截图

screenshot

下载Talent Screen Sharing扩展crx文件

下载Talent Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
官方URL https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
简介 This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.
文件大小 16.76 KB
安装次数 608
当前版本 2.0
更新时间 2019-02-06
上架时间 2019-02-06
开发者 https://torshtalent.com
付费类型 free
扩展官网 http://www.torsh.co
帮助页面URL https://torshsupport.zendesk.com/hc/en-us
支持的语言 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"
    ]
}