Auto Attendant (Google Meet & MS Teams)

This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file

Что такое Auto Attendant (Google Meet & MS Teams)?

Auto Attendant (Google Meet & MS Teams) - это расширение Chrome, разработанное KIT_incubationcenter, и его основная функция - "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

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

screenshot

Скачать файл CRX расширения Auto Attendant (Google Meet & MS Teams)

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

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

                        This extension is to test the users' preference on attendance tracking. In the next version, we will launch new features, containing timing tracking and participates' interaction during the meeting.                    

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

Название Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
Официальный URL https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
Описание This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Размер файла 29.92 KB
Количество установок 165
Текущая Версия 0.01
Последнее Обновление 2022-02-09
Дата публикации 2022-02-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик KIT_incubationcenter
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Attendant (Google Meet & MS Teams)",
    "version": "0.01",
    "description": "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file",
    "permissions": [
        "downloads",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "..\/html\/popup.html",
        "default_icon": {
            "16": "images\/particip_16.png",
            "32": "images\/particip_32.png",
            "48": "images\/particip_48.png",
            "128": "images\/particip_128.png"
        }
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "get-call.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}