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.
Cos'è Talent Screen Sharing?
Talent Screen Sharing è un'estensione di Chrome sviluppata da https://torshtalent.com, e la sua funzione principale è "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talent Screen Sharing
Scarica i file di estensione Talent Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension is required to enable screen sharing while doing live video calls in Talent.
Informazioni di Base sull'Estensione
Nome | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
URL Ufficiale | https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok |
Descrizione | This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent. |
Dimensione del File | 16.76 KB |
Conteggio Installazioni | 608 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2019-02-06 |
Data di Pubblicazione | 2019-02-06 |
Sviluppatore | https://torshtalent.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.torsh.co |
URL della Pagina di Aiuto | https://torshsupport.zendesk.com/hc/en-us |
Lingue Supportate | 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" ] } |