Google Slides Remote Controller
Control Google slides remotely
Google Slides Remote Controller là gì?
Google Slides Remote Controller là một tiện ích mở rộng Chrome được phát triển bởi rjonna, và tính năng chính của nó là "Control Google slides remotely".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Slides Remote Controller
Tải xuống các tệp mở rộng Google Slides Remote Controller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lodpgnenbimjcligojmfgdbpnoophopi |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi |
Mô tả | Control Google slides remotely |
Kích Thước Tệp | 11.19 KB |
Số Lần Cài Đặt | 118 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-02-01 |
Ngày Phát Hành | 2021-02-01 |
Nhà Phát Triển | rjonna |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |