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.

What is Talent Screen Sharing?

Talent Screen Sharing is a Chrome extension developed by https://torshtalent.com, and its main feature is "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".

Extension Screenshots

screenshot

Download Talent Screen Sharing Extension CRX File

Download Talent Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
Official URL https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
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.
File Size 16.76 KB
Installation Count 608
Current Version 2.0
Last Updated 2019-02-06
Publish Date 2019-02-06
Developer https://torshtalent.com
Payment Type free
Extension Website http://www.torsh.co
Help Page URL https://torshsupport.zendesk.com/hc/en-us
Supported Languages 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"
    ]
}