Google Slides Remote Controller
Control Google slides remotely
Apa itu Google Slides Remote Controller?
Google Slides Remote Controller adalah ekstensi Chrome yang dikembangkan oleh rjonna, dan fitur utamanya adalah "Control Google slides remotely".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Slides Remote Controller
Unduh file ekstensi Google Slides Remote Controller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | lodpgnenbimjcligojmfgdbpnoophopi |
URL Resmi | https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi |
Deskripsi | Control Google slides remotely |
Ukuran File | 11.19 KB |
Jumlah Instalasi | 118 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-02-01 |
Tanggal Publikasi | 2021-02-01 |
Pengembang | rjonna |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |