Google Slides Remote Controller
Control Google slides remotely
Co to jest Google Slides Remote Controller?
Google Slides Remote Controller to rozszerzenie Chrome opracowane przez rjonna, a jego główną funkcją jest „Control Google slides remotely”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Slides Remote Controller
Pobierz pliki rozszerzeń Google Slides Remote Controller 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
Usually in virtual meetings, only the moderator has to change the slides if multiple people are presenting. This addon allows anyone with link to control the presentation remotely.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lodpgnenbimjcligojmfgdbpnoophopi |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi |
Opis | Control Google slides remotely |
Rozmiar pliku | 11.19 KB |
Liczba instalacji | 118 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-02-01 |
Data Publikacji | 2021-02-01 |
Deweloper | rjonna |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Slides Remote Controller", "version": "1.0", "description": "Control Google slides remotely", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/presentation\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] } |