Google Slides Remote Controller
Control Google slides remotely
Was ist Google Slides Remote Controller?
Google Slides Remote Controller ist eine Chrome-Erweiterung, die von rjonna entwickelt wurde, und ihr Hauptmerkmal ist "Control Google slides remotely".
Erweiterungsscreenshots
Google Slides Remote Controller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Slides Remote Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lodpgnenbimjcligojmfgdbpnoophopi |
Offizielle URL | https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi |
Beschreibung | Control Google slides remotely |
Dateigröße | 11.19 KB |
Installationsanzahl | 118 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-02-01 |
Veröffentlichungsdatum | 2021-02-01 |
Entwickler | rjonna |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |