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

¿Qué es Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV es una extensión de Chrome desarrollada por https://nikjos.in, y su función principal es "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Meet Attendance: Participants to CSV

Descarga archivos de extensión Google Meet Attendance: Participants to CSV 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

                        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                    

Información Básica de la Extensión

Nombre Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
URL Oficial https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Descripción Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Tamaño del Archivo 23.03 KB
Cantidad de Instalaciones 715
Versión Actual 0.0.4
Última Actualización 2022-08-30
Fecha de Publicación 2021-06-25
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador https://nikjos.in
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://meet-attendance.nikjos.in/
URL de la Página de Ayuda https://meet-attendance.nikjos.in/
Idiomas Soportados 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\/*"
    ]
}