talkroom screen sharing
Share full-screen or specific application's screen on any HTTPs domain!
O que é talkroom screen sharing?
talkroom screen sharing é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Share full-screen or specific application's screen on any HTTPs domain!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão talkroom screen sharing
Baixe arquivos de extensão talkroom 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
Share the screen on our conferencing platform with the people connected on room. Sharing your screen helps in many ways and we are sure you will have your own usecase in which you will get benefited by screen sharing. In order to keep it secure and safe for you, its required to install a authenticated extention in your browser. This extension lets you share your screen with other participants, and that is the only purpose of this extention. To share your screen supported by this extention, you will need to - Select process/window to share from your computer - If you want to share and show everything happening on your computer, select Entire Screen
Informações Básicas da Extensão
Nome | talkroom screen sharing |
ID | bacdhkkjdbghahbhopkgfijligodechn |
URL Oficial | https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn |
Descrição | Share full-screen or specific application's screen on any HTTPs domain! |
Tamanho do Arquivo | 10.22 KB |
Contagem de Instalações | 92 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2018-01-25 |
Data de Publicação | 2018-01-25 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://talkroom.io |
URL da Página de Ajuda | https://talkroom.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "talkroom screen sharing", "author": "Galaxy Weblinks", "version": "0.0.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Share full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "https:\/\/talkroom.io", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/talkroom.io\/*", "https:\/\/blumblum15.galaxysofttech.co.in\/*" ] } ], "icons": { "128": "icon.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |