Screen sharing for VROOM
Allow screen sharing in the VROOM WebRTC visio conference app
O que é Screen sharing for VROOM?
Screen sharing for VROOM é uma extensão do Chrome desenvolvida por Daniel B., e sua principal característica é "Allow screen sharing in the VROOM WebRTC visio conference app".
Baixar o arquivo CRX da Extensão Screen sharing for VROOM
Baixe arquivos de extensão Screen sharing for VROOM 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 simple extension allows screen sharing with the VROOM video conference app
Informações Básicas da Extensão
Nome | ![]() |
ID | ecicdpoejfllflombfanbhfpgcimjddn |
URL Oficial | https://chrome.google.com/webstore/detail/screen-sharing-for-vroom/ecicdpoejfllflombfanbhfpgcimjddn |
Descrição | Allow screen sharing in the VROOM WebRTC visio conference app |
Tamanho do Arquivo | 3.92 KB |
Contagem de Instalações | 81 |
Versão Atual | 0.0.1 |
Última Atualização | 2014-04-30 |
Data de Publicação | 2014-04-30 |
Desenvolvedor | Daniel B. |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen sharing for VROOM", "description": "Allow screen sharing in the VROOM WebRTC visio conference app", "version": "0.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": [], "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |