Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Co to jest Brochesia Screen Sharing?
Brochesia Screen Sharing to rozszerzenie Chrome opracowane przez https://www.brochesia.com, a jego główną funkcją jest „This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Brochesia Screen Sharing
Pobierz pliki rozszerzeń Brochesia Screen Sharing 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
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
Oficjalny URL | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
Opis | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
Rozmiar pliku | 5.45 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 2 |
Ostatnia Aktualizacja | 2019-04-12 |
Data Publikacji | 2019-04-12 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://www.brochesia.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.brochesia.com/privacy_policy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |