Screen Sharing
Chrome Extension for sharing screen in video chat
¿Qué es Screen Sharing?
Screen Sharing es una extensión de Chrome desarrollada por Jungleworks, y su función principal es "Chrome Extension for sharing screen in video chat".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Screen Sharing
Descarga archivos de extensión 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 from your computer in a video conversation, to show presentations, photos and documents. This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors - Participants can double-click to view your shared screen in fullscreen
Información Básica de la Extensión
Nombre | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
URL Oficial | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
Descripción | Chrome Extension for sharing screen in video chat |
Tamaño del Archivo | 7.52 KB |
Cantidad de Instalaciones | 51,594 |
Versión Actual | 1.0.5 |
Última Actualización | 2019-10-14 |
Fecha de Publicación | 2019-10-14 |
Calificación | 2.58/5 Total de 12 Calificaciones |
Desarrollador | Jungleworks |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://jungleworks.com |
URL de la Página de Política de Privacidad | https://jungleworks.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Sharing", "description": "Chrome Extension for sharing screen in video chat", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.fugu.chat\/*", "https:\/\/*.officechat.io\/*", "https:\/\/*.fuguchat.com\/*", "https:\/\/hippochat.io\/*", "https:\/\/*.muleapp.io\/*", "https:\/\/*.mazentaa.in\/*", "https:\/\/*.bulbul.io\/*", "https:\/\/*.fuelbyghq.com\/*", "https:\/\/*.xpertreach.io\/*" ] }, "permissions": [ "desktopCapture" ] } |