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"
            ]
        }
    ]
}