Screen sharing for VROOM
Allow screen sharing in the VROOM WebRTC visio conference app
Co to jest Screen sharing for VROOM?
Screen sharing for VROOM to rozszerzenie Chrome opracowane przez Daniel B., a jego główną funkcją jest „Allow screen sharing in the VROOM WebRTC visio conference app”.
Pobierz plik CRX rozszerzenia Screen sharing for VROOM
Pobierz pliki rozszerzeń Screen sharing for VROOM 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 simple extension allows screen sharing with the VROOM video conference app
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | ecicdpoejfllflombfanbhfpgcimjddn |
Oficjalny URL | https://chrome.google.com/webstore/detail/screen-sharing-for-vroom/ecicdpoejfllflombfanbhfpgcimjddn |
Opis | Allow screen sharing in the VROOM WebRTC visio conference app |
Rozmiar pliku | 3.92 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-04-30 |
Data Publikacji | 2014-04-30 |
Deweloper | Daniel B. |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen sharing for VROOM", "description": "Allow screen sharing in the VROOM WebRTC visio conference app", "version": "0.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": [], "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |