Gmeet Recording plugin
Gmeet Recording plugin
Co to jest Gmeet Recording plugin?
Gmeet Recording plugin to rozszerzenie Chrome opracowane przez https://hdvideomeet.com, a jego główną funkcją jest „Gmeet Recording plugin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmeet Recording plugin
Pobierz pliki rozszerzeń Gmeet Recording plugin 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
Recording plugin for HDVideomeet Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | afhdngndofliioielklldembhbpgnngj |
| Oficjalny URL | https://chromewebstore.google.com/detail/gmeet-recording-plugin/afhdngndofliioielklldembhbpgnngj |
| Opis | Gmeet Recording plugin |
| Rozmiar pliku | 11.79 KB |
| Liczba instalacji | 8,008 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2020-05-09 |
| Data Publikacji | 2020-05-07 |
| Ocena | 1.86/5 Łącznie 7 Oceny |
| Deweloper | https://hdvideomeet.com |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"https:\/\/*.hdvideomeet.com\/*"
]
}
],
"description": "Gmeet Recording plugin",
"externally_connectable": {
"all_frames": true,
"matches": [
"https:\/\/*.hdvideomeet.com\/*"
]
},
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Gmeet Recording plugin",
"permissions": [
"desktopCapture"
],
"short_name": "Gmeet Recording plugin",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.2.0"
} | |