Google Meet Push to Talk
Enable push to talk functionality in Google Meet
Google Meet Push to Talkคืออะไร?
Google Meet Push to Talk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JCW Services และคุณลักษณะหลักของมันคือ "Enable push to talk functionality in Google Meet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Push to Talk
ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Push to Talk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is for Google Meet This will enable simple push to talk functionality to make it easier to only have your microphone on when talk to prevent feedback especially in large meetings When the spacebar is pressed down it will unmute the microphone and when released it will mute the microphone Code - https://github.com/jcw-os/google-meet-ptt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Meet Push to Talk |
ID | lmbeadglfeffhemaffjdgfbgmiggafkg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-meet-push-to-talk/lmbeadglfeffhemaffjdgfbgmiggafkg |
คำอธิบาย | Enable push to talk functionality in Google Meet |
ขนาดไฟล์ | 95.2 KB |
จำนวนการติดตั้ง | 24,051 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2021-05-28 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 3.36/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | JCW Services |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Push to Talk", "description": "Enable push to talk functionality in Google Meet", "version": "1.0.6", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png", "1024": "icons\/icon-1024.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/ptt.css" ] } ] } |