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

O que é Auto Attendant (Google Meet & MS Teams)?

Auto Attendant (Google Meet & MS Teams) é uma extensão do Chrome desenvolvida por KIT_incubationcenter, e sua principal característica é "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Attendant (Google Meet & MS Teams)

Baixe arquivos de extensão Auto Attendant (Google Meet & MS Teams) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
URL Oficial https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
Descrição This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Tamanho do Arquivo 29.92 KB
Contagem de Instalações 165
Versão Atual 0.01
Última Atualização 2022-02-09
Data de Publicação 2022-02-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor KIT_incubationcenter
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}