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.
O que é Talent Screen Sharing?
Talent Screen Sharing é uma extensão do Chrome desenvolvida por https://torshtalent.com, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Talent Screen Sharing
Baixe arquivos de extensão Talent Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension is required to enable screen sharing while doing live video calls in Talent.
Informações Básicas da Extensão
Nome | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
URL Oficial | https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok |
Descrição | This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent. |
Tamanho do Arquivo | 16.76 KB |
Contagem de Instalações | 608 |
Versão Atual | 2.0 |
Última Atualização | 2019-02-06 |
Data de Publicação | 2019-02-06 |
Desenvolvedor | https://torshtalent.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.torsh.co |
URL da Página de Ajuda | https://torshsupport.zendesk.com/hc/en-us |
Idiomas Suportados | 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" ] } |