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.

¿Qué es Talent Screen Sharing?

Talent Screen Sharing es una extensión de Chrome desarrollada por https://torshtalent.com, y su función principal es "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Talent Screen Sharing

Descarga archivos de extensión Talent Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
URL Oficial https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
Descripción This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.
Tamaño del Archivo 16.76 KB
Cantidad de Instalaciones 608
Versión Actual 2.0
Última Actualización 2019-02-06
Fecha de Publicación 2019-02-06
Desarrollador https://torshtalent.com
Tipo de Pago free
Sitio Web de la Extensión http://www.torsh.co
URL de la Página de Ayuda https://torshsupport.zendesk.com/hc/en-us
Idiomas Soportados 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"
    ]
}