Google Meet Auto Admit

Automatically admit join requests from external guests to Google Meet

Что такое Google Meet Auto Admit?

Google Meet Auto Admit - это расширение Chrome, разработанное [email protected], и его основная функция - "Automatically admit join requests from external guests to Google Meet".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Meet Auto Admit

Скачайте файлы расширений Google Meet Auto Admit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Automatically click the "Admit" button when a join request comes in from external guests. Please disable the extension in chrome://extensions when you want to disable the behavior.                    

Основная информация о расширении

Название Google Meet Auto Admit Google Meet Auto Admit
ID himoglbojlbloilekjcohhfakhjcibnj
Официальный URL https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj
Описание Automatically admit join requests from external guests to Google Meet
Размер файла 9.71 KB
Количество установок 93,694
Текущая Версия 0.7
Последнее Обновление 2022-03-17
Дата публикации 2020-06-03
Рейтинг 3.13/5 Всего 55 оценок
Разработчик [email protected]
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Admit",
    "manifest_version": 3,
    "version": "0.7",
    "description": "Automatically admit join requests from external guests to Google Meet",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}