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://push-to-talk.dllplayer.com และคุณลักษณะหลักของมันคือ "Hold in Google Meet to talk instead of fumbling around trying to mute and unmute"

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

screenshot

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

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

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

                        Push to Talk for Google Meet.

Press down and hold onto the  in Google Meet to talk, this extension is similar to having a walkie talkie.

Once you have finished speaking, just let go of the  and you'll be automatically on Mute. Our extension works well for hangouts meet

The main benefit of this extension is you automatically mute yourself after speaking and do not have to keep pressing the mute/unmute button using the mouse. You can unmute yourself using the keyboard instead.

If you do not wish to use the space bar as the hotkey, you can configure your own hotkey instead. Try our Auto Mute solution for google hangouts meet

This extension works for Google Hangouts & google meet app

Here is how to begin using the extension.

1) Install our extension
2) Go to the Google Meeting
3) IMPORTANT - Please CLICK on our extension icon when you're on the Google Meet website to activate it.

If you have any feedback for our Push to Talk Solution for google video conference, please contact us.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. This is not owned by,it is not licensed by and is not a subsidiary of Google Inc.                    

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

ชื่อ Push To Talk for Google Meet™ Push To Talk for Google Meet™
ID acejpfahoednmngaoeimoekcepchkmlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/push-to-talk-for-google-m/acejpfahoednmngaoeimoekcepchkmlp
คำอธิบาย Hold in Google Meet to talk instead of fumbling around trying to mute and unmute
ขนาดไฟล์ 537 KB
จำนวนการติดตั้ง 33,099
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-10-28
วันที่เผยแพร่ 2020-07-29
คะแนน 3.37/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา https://push-to-talk.dllplayer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://push-to-talk.dllplayer.com/
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_guide__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "homepage_url": "https:\/\/push-to-talk.dllplayer.com",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/grid.png",
                "icons\/automute-disabled.png",
                "icons\/automute.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}