Momentum Google Meet Auto Recorder

Automatically ask to start recording when you join a Google Meet meeting.

Что такое Momentum Google Meet Auto Recorder?

Momentum Google Meet Auto Recorder - это расширение Chrome, разработанное Momentum, и его основная функция - "Automatically ask to start recording when you join a Google Meet meeting.".

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

screenshot

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

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

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

                        Never forget to record a call again. The Google Meet Auto Recorder will automatically ask to start recording whenever you join a Google Meet meeting.                    

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

Название Momentum Google Meet Auto Recorder Momentum Google Meet Auto Recorder
ID iaoodamngmdoekemidaekbdabpnmonco
Официальный URL https://chromewebstore.google.com/detail/momentum-google-meet-auto/iaoodamngmdoekemidaekbdabpnmonco
Описание Automatically ask to start recording when you join a Google Meet meeting.
Размер файла 13.08 KB
Количество установок 132
Текущая Версия 1.1
Последнее Обновление 2023-10-30
Дата публикации 2023-09-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Momentum
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.momentum.io/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Momentum Google Meet Auto Recorder",
    "version": "1.1",
    "permissions": [],
    "description": "Automatically ask to start recording when you join a Google Meet meeting.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}