GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
Co je GoBrunch Screen Share?
GoBrunch Screen Share je rozšíření Chrome vyvinuté https://gobrunch.com, a jeho hlavní funkcí je „The WebRTC screen capturing extension to share your screen with the world“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GoBrunch Screen Share
Stáhněte si soubory rozšíření GoBrunch Screen Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
Oficiální URL | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
Popis | The WebRTC screen capturing extension to share your screen with the world |
Velikost souboru | 8.85 KB |
Počet instalací | 7,056 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2018-10-25 |
Datum Vydání | 2018-10-25 |
Hodnocení | 3.67/5 Celkem 6 Hodnocení |
Vývojář | https://gobrunch.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } |