Google Meet Attendance: Participants to CSV

Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI

Что такое Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV - это расширение Chrome, разработанное https://nikjos.in, и его основная функция - "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Google Meet Attendance: Participants to CSV

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

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

                        An easy to use extension for instantly saving the names of your meeting participants to a CSV file. 
It doesn't change your meet window in any way so it assures you an uninterrupted meeting while the extension can be used anytime.

WORKS WITH THE NEW GOOGLE MEET INTERFACE                    

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

Название Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
Официальный URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Описание Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Размер файла 23.03 KB
Количество установок 715
Текущая Версия 0.0.4
Последнее Обновление 2022-08-30
Дата публикации 2021-06-25
Рейтинг 4.75/5 Всего 4 оценок
Разработчик https://nikjos.in
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://meet-attendance.nikjos.in/
URL страницы помощи https://meet-attendance.nikjos.in/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance: Participants to CSV",
    "homepage_url": "https:\/\/meet-attendance.nikjos.in\/",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ]
}