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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://Zoomcorder.com/support
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}