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.
Wat is Talent Screen Sharing?
Talent Screen Sharing is een Chrome-extensie ontwikkeld door https://torshtalent.com, en de belangrijkste functie 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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Talent Screen Sharing
Download Talent Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is required to enable screen sharing while doing live video calls in Talent.
Basisinformatie over de Extensie
Naam | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
Officiële URL | https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok |
Beschrijving | This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent. |
Bestandsgrootte | 16.76 KB |
Aantal Installaties | 608 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-02-06 |
Publicatiedatum | 2019-02-06 |
Ontwikkelaar | https://torshtalent.com |
Betalingswijze | free |
Extensiewebsite | http://www.torsh.co |
Help Pagina-URL | https://torshsupport.zendesk.com/hc/en-us |
Ondersteunde Talen | 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" ] } |