vmeet.express - screen sharing
Enable screen sharing during your vmeet.express video conference offered by Express Virtual Meetings.
Co to jest vmeet.express - screen sharing?
vmeet.express - screen sharing to rozszerzenie Chrome opracowane przez engineering.mnf, a jego główną funkcją jest „Enable screen sharing during your vmeet.express video conference offered by Express Virtual Meetings.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia vmeet.express - screen sharing
Pobierz pliki rozszerzeń vmeet.express - 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 extension allows you to share your screen during a vmeet.express video conferencing call.
To use it, simply:
1. Visit https://vmeet.express
2. Log in with your access code
3. Click Screenshare
Offered by: ExpressVirtualMeetings Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hgclbogijobjkjppjfldcedagkgogknn |
| Oficjalny URL | https://chromewebstore.google.com/detail/vmeetexpress-screen-shari/hgclbogijobjkjppjfldcedagkgogknn |
| Opis | Enable screen sharing during your vmeet.express video conference offered by Express Virtual Meetings. |
| Rozmiar pliku | 3.4 KB |
| Liczba instalacji | 175 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2019-08-19 |
| Data Publikacji | 2019-08-18 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | engineering.mnf |
| Typ Płatności | free |
| Strona Rozszerzenia | https://vmeet.express |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "vmeet.express - screen sharing",
"description": "Enable screen sharing during your vmeet.express video conference offered by Express Virtual Meetings.",
"version": "1.0.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"https:\/\/vmeet.express\/*"
]
},
"permissions": [
"desktopCapture"
]
} | |