Google Slides Remote Controller
Control Google slides remotely
ما هو Google Slides Remote Controller؟
Google Slides Remote Controller هو إضافة Chrome تم تطويرها بواسطة rjonna، والميزة الرئيسية لها هي "Control Google slides remotely".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Slides Remote Controller
قم بتنزيل ملفات الامتداد Google Slides Remote Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | lodpgnenbimjcligojmfgdbpnoophopi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi |
الوصف | Control Google slides remotely |
حجم الملف | 11.19 KB |
عدد التثبيتات | 118 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-02-01 |
تاريخ النشر | 2021-02-01 |
المطور | rjonna |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |