talkroom screen sharing
Share full-screen or specific application's screen on any HTTPs domain!
¿Qué es talkroom screen sharing?
talkroom screen sharing es una extensión de Chrome desarrollada por Unknown, y su función principal es "Share full-screen or specific application's screen on any HTTPs domain!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión talkroom screen sharing
Descarga archivos de extensión talkroom screen sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | talkroom screen sharing |
ID | bacdhkkjdbghahbhopkgfijligodechn |
URL Oficial | https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn |
Descripción | Share full-screen or specific application's screen on any HTTPs domain! |
Tamaño del Archivo | 10.22 KB |
Cantidad de Instalaciones | 92 |
Versión Actual | 0.0.0.3 |
Última Actualización | 2018-01-25 |
Fecha de Publicación | 2018-01-25 |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://talkroom.io |
URL de la Página de Ayuda | https://talkroom.io |
Idiomas Soportados | 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" ] } |