Auto-join for Google Meet

Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!

Auto-join for Google Meetคืออะไร?

Auto-join for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zoomcorder.com และคุณลักษณะหลักของมันคือ "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto-join for Google Meet

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

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

                        Get connected to Google Meet meetings faster by *automatically* clicking the "Join" or "Ask to Join" button! No more waiting to enter a meeting only to find you have to find a tab and click a button when you already clicked the link! 

It's how Google Meet should work in the first place. Click "Add to Chrome" button in the upper right corner to get doing meetings faster. 

Anytime to you connect to a video meeting a countdown timer will appear and when it hits 0 you will be automatically joined to the meeting.  If for some reason you, don't want to auto-connect you can click the Cancel button.

Easy, fast, safe, and light!

Finally, you won't be sitting there wondering why you are not in the meeting!

This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 

Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

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

ชื่อ Auto-join for Google Meet Auto-join for Google Meet
ID ajfokipknlmjhcioemgnofkpmdnbaldi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-join-for-google-meet/ajfokipknlmjhcioemgnofkpmdnbaldi
คำอธิบาย Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
ขนาดไฟล์ 47.3 KB
จำนวนการติดตั้ง 977
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-06-28
วันที่เผยแพร่ 2021-06-22
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.zoomcorder.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://Zoomcorder.com
URL หน้าช่วยเหลือ https://Zoomcorder.com/support
URL หน้านโยบายความเป็นส่วนตัว https://zoomcorder.com/extension/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-join for Google Meet",
    "version": "1.2",
    "description": "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!",
    "icons": {
        "48": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.meet.google.com\/*",
                "*:\/\/*.gotowebinar.com\/*",
                "*:\/\/*.gotomeeting.com\/*",
                "*:\/\/*.zoom.us\/*",
                "*:\/\/*.zoomgov.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}