Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
O que é Sendtell Screen Capture Beta?
Sendtell Screen Capture Beta é uma extensão do Chrome desenvolvida por https://app.sendtell.com, e sua principal característica é "This extension allows you to share your screen in a Sendtell group call.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sendtell Screen Capture Beta
Baixe arquivos de extensão Sendtell Screen Capture Beta 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
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
Informações Básicas da Extensão
Nome | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
URL Oficial | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
Descrição | This extension allows you to share your screen in a Sendtell group call. |
Tamanho do Arquivo | 20.59 KB |
Contagem de Instalações | 35 |
Versão Atual | 2.7.3 |
Última Atualização | 2016-06-28 |
Data de Publicação | 2016-06-28 |
Desenvolvedor | https://app.sendtell.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://sendtell.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sendtell Screen Capture Beta", "version": "2.7.3", "description": "This extension allows you to share your screen in a Sendtell group call.", "icons": { "16": "sendtell-16.png", "32": "sendtell-32.png", "48": "sendtell-48.png", "128": "sendtell-128.png" }, "author": "Sendtell", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/sendtell.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "sendtell-16.png", "sendtell-32.png", "sendtell-48.png", "sendtell-128.png" ] } |