Push To Talk For Google Meet

Hold in Google Meet to talk instead of fumbling around trying to mute and unmute

Push To Talk For Google Meetคืออะไร?

Push To Talk For Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.w3technic.com และคุณลักษณะหลักของมันคือ "Hold in Google Meet to talk instead of fumbling around trying to mute and unmute"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Push To Talk For Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย Push To Talk For Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hold [spacebar] in Google Meet to talk instead of fumbling around trying to mute and unmute
No more unexpected sounds.
Simple add-on that allows you to mute and unmute yourself with a key press instead of fumbling around trying to click the icon.

DOCUMENTATION
Click "Add to Chrome"  button then go to Google Meet page
Mute/unmute: Quick push [spacebar]
Hold [spacebar] (default) to talk, release to go back to mute
Configure your own hotkey if you don't like [spacebar] in settings
Mute will be on by default, but you can disable that feature in settings
This extensions only works on Google Meet

PURPOSE
This extension was made to help all the teachers and students figuring out distance learning together.

PRIVACY POLICY
We don't store your data, period.
Thanks!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Push To Talk For Google Meet Push To Talk For Google Meet
ID kkijalhkcfebhahlagllhlpocfehbfok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/push-to-talk-for-google-m/kkijalhkcfebhahlagllhlpocfehbfok
คำอธิบาย Hold in Google Meet to talk instead of fumbling around trying to mute and unmute
ขนาดไฟล์ 35.12 KB
จำนวนการติดตั้ง 986
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-07-25
วันที่เผยแพร่ 2020-07-21
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.w3technic.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.w3technic.com/
URL หน้าช่วยเหลือ https://www.w3technic.com/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://w3technic.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "manifest_version": 2,
    "name": "Push To Talk For Google Meet",
    "description": "Hold  in Google Meet to talk instead of fumbling around trying to mute and unmute",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "ptt.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js",
            "update-conf.js",
            "update.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/www.w3technic.com\/p\/push-to-talk-for-google-meet.html"
}