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'est-ce que Talent Screen Sharing ?
Talent Screen Sharing est une extension Chrome développée par https://torshtalent.com, et sa fonction principale est "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talent Screen Sharing
Téléchargez les fichiers d'extension Talent Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is required to enable screen sharing while doing live video calls in Talent.
Informations de Base sur l'Extension
Nom | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
URL Officiel | 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. |
Taille du Fichier | 16.76 KB |
Nombre d'Installations | 608 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-02-06 |
Date de Publication | 2019-02-06 |
Développeur | https://torshtalent.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.torsh.co |
URL de la Page d'Aide | https://torshsupport.zendesk.com/hc/en-us |
Langues Prises en Charge | 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" ] } |