GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
Wat is GoBrunch Screen Share?
GoBrunch Screen Share is een Chrome-extensie ontwikkeld door https://gobrunch.com, en de belangrijkste functie is "The WebRTC screen capturing extension to share your screen with the world".
Extensie Screenshots
Download het CRX-bestand van de extensie GoBrunch Screen Share
Download GoBrunch Screen Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
Officiële URL | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
Beschrijving | The WebRTC screen capturing extension to share your screen with the world |
Bestandsgrootte | 8.85 KB |
Aantal Installaties | 7,056 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2018-10-25 |
Publicatiedatum | 2018-10-25 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://gobrunch.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |