Mute All on Meet
Mute all users on Google Meet.
Mute All on Meet là gì?
Mute All on Meet là một tiện ích mở rộng Chrome được phát triển bởi https://www.zoomcorder.com, và tính năng chính của nó là "Mute all users on Google Meet.".
Ả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 Mute All on Meet
Tải xuống các tệp mở rộng Mute All on Meet 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
Mute all user on Google Meet with just one click! Now *updated* to work with the latest version of Google Meet. Click the icon to mute ALL users or click CTRL+M to mute all. Easy, fast, safe, and light! Install now to stop the chaos in your meeting. This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Works with Google Meet, Zoom, GoToMeeting, Microsoft Teams and more. Save time by recording meetings and watch them on your own schedule. You can even speed up playback and skip to the most important parts to save even more time with Zoomcorder.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mute All on Meet |
ID | adjoknoacleghaejlggocbakidkoifle |
URL Chính Thức | https://chromewebstore.google.com/detail/mute-all-on-meet/adjoknoacleghaejlggocbakidkoifle |
Mô tả | Mute all users on Google Meet. |
Kích Thước Tệp | 213 KB |
Số Lần Cài Đặt | 80,000 |
Phiên Bản Hiện Tại | 7.0 |
Cập Nhật Lần Cuối | 2023-04-20 |
Ngày Phát Hành | 2020-06-08 |
Đánh Giá | 2.23/5 Tổng số 64 Đánh Giá |
Nhà Phát Triển | https://www.zoomcorder.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://Zoomcorder.com |
URL Trang Trợ Giúp | https://Zoomcorder.com/support |
URL Trang Chính Sách Bảo Mật | https://zoomcorder.com/extension/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute All on Meet", "version": "7.0", "description": "Mute all users on Google Meet.", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/images\/record.png", "\/images\/recimage.png", "\/images\/howto.jpg" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "script.js" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |