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

¿Qué es Auto Attendant (Google Meet & MS Teams)?

Auto Attendant (Google Meet & MS Teams) es una extensión de Chrome desarrollada por KIT_incubationcenter, y su función principal es "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto Attendant (Google Meet & MS Teams)

Descarga archivos de extensión Auto Attendant (Google Meet & MS Teams) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Tamaño del Archivo 29.92 KB
Cantidad de Instalaciones 165
Versión Actual 0.01
Última Actualización 2022-02-09
Fecha de Publicación 2022-02-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador KIT_incubationcenter
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}