Mute All on Meet
Mute all users on Google Meet.
Mute All on Meetคืออะไร?
Mute All on Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zoomcorder.com และคุณลักษณะหลักของมันคือ "Mute all users on Google Meet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute All on Meet
ดาวน์โหลดไฟล์ส่วนขยาย Mute All on Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mute All on Meet |
ID | adjoknoacleghaejlggocbakidkoifle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mute-all-on-meet/adjoknoacleghaejlggocbakidkoifle |
คำอธิบาย | Mute all users on Google Meet. |
ขนาดไฟล์ | 213 KB |
จำนวนการติดตั้ง | 80,000 |
เวอร์ชันปัจจุบัน | 7.0 |
อัปเดตครั้งล่าสุด | 2023-04-20 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 2.23/5 รวมทั้งหมด 64 คะแนน |
ผู้พัฒนา | https://www.zoomcorder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://Zoomcorder.com |
URL หน้าช่วยเหลือ | https://Zoomcorder.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://zoomcorder.com/extension/privacy.html |
ภาษาที่รองรับ | 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'" } } |