Redback Screensharing
The Redback Screensharing extension allows you to share your screen when you're using the Redback app
O que é Redback Screensharing?
Redback Screensharing é uma extensão do Chrome desenvolvida por vishnu.n, e sua principal característica é "The Redback Screensharing extension allows you to share your screen when you're using the Redback app".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Redback Screensharing
Baixe arquivos de extensão Redback Screensharing 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
The Redback Screensharing extension allows you to share your screen when you're in a meeting using the Redback web app. Offers the ability to share an entire screen or choose an application
Informações Básicas da Extensão
Nome | |
ID | igipgpajcndaenenjoiaohkhapianjmh |
URL Oficial | https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh |
Descrição | The Redback Screensharing extension allows you to share your screen when you're using the Redback app |
Tamanho do Arquivo | 8.13 KB |
Contagem de Instalações | 113 |
Versão Atual | 3.7.2 |
Última Atualização | 2019-09-16 |
Data de Publicação | 2019-09-16 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | vishnu.n |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redback Screensharing", "author": "EnfinTechnologies", "version": "3.7.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The Redback Screensharing extension allows you to share your screen when you're using the Redback app", "homepage_url": "https:\/\/redbackconferencing.com.au\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/stagingteleweb.rdbk.com.au\/web\/*", "https:\/\/stagingwebconnect.rdbk.com.au\/web\/*", "https:\/\/webconnect.rdbk.com.au\/web\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |