GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
¿Qué es GoBrunch Screen Share?
GoBrunch Screen Share es una extensión de Chrome desarrollada por https://gobrunch.com, y su función principal es "The WebRTC screen capturing extension to share your screen with the world".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GoBrunch Screen Share
Descarga archivos de extensión GoBrunch Screen Share 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
A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. Instructions: Create Webinar/Video Conference on Gobrunch Click on Screen Share icon from Google Chrome The Extension will be asked to install and work automatically. If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page. Cheers
Información Básica de la Extensión
Nombre | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
URL Oficial | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
Descripción | The WebRTC screen capturing extension to share your screen with the world |
Tamaño del Archivo | 8.85 KB |
Cantidad de Instalaciones | 7,056 |
Versión Actual | 1.1.2 |
Última Actualización | 2018-10-25 |
Fecha de Publicación | 2018-10-25 |
Calificación | 3.67/5 Total de 6 Calificaciones |
Desarrollador | https://gobrunch.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoBrunch Screen Share", "author": "GoBrunch", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The WebRTC screen capturing extension to share your screen with the world", "homepage_url": "https:\/\/gobrunch.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.gobrunch.com\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_title": "Add bookmark" }, "permissions": [ "desktopCapture", "https:\/\/*.gobrunch.com\/*" ], "web_accessible_resources": [ "icon.png" ] } |