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.

Was ist Talent Screen Sharing?

Talent Screen Sharing ist eine Chrome-Erweiterung, die von https://torshtalent.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".

Erweiterungsscreenshots

screenshot

Talent Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Talent Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
Offizielle URL https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
Beschreibung This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.
Dateigröße 16.76 KB
Installationsanzahl 608
Aktuelle Version 2.0
Letztes Update 2019-02-06
Veröffentlichungsdatum 2019-02-06
Entwickler https://torshtalent.com
Zahlungsart free
Erweiterungswebsite http://www.torsh.co
Hilfeseite URL https://torshsupport.zendesk.com/hc/en-us
Unterstützte Sprachen 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"
    ]
}