GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
Cos'è GoBrunch Screen Share?
GoBrunch Screen Share è un'estensione di Chrome sviluppata da https://gobrunch.com, e la sua funzione principale è "The WebRTC screen capturing extension to share your screen with the world".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoBrunch Screen Share
Scarica i file di estensione GoBrunch Screen Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
URL Ufficiale | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
Descrizione | The WebRTC screen capturing extension to share your screen with the world |
Dimensione del File | 8.85 KB |
Conteggio Installazioni | 7,056 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2018-10-25 |
Data di Pubblicazione | 2018-10-25 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | https://gobrunch.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |