GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
Co to jest GoBrunch Screen Share?
GoBrunch Screen Share to rozszerzenie Chrome opracowane przez https://gobrunch.com, a jego główną funkcją jest „The WebRTC screen capturing extension to share your screen with the world”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GoBrunch Screen Share
Pobierz pliki rozszerzeń GoBrunch Screen Share w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
Oficjalny URL | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
Opis | The WebRTC screen capturing extension to share your screen with the world |
Rozmiar pliku | 8.85 KB |
Liczba instalacji | 7,056 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2018-10-25 |
Data Publikacji | 2018-10-25 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | https://gobrunch.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |