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

Cos'è Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV è un'estensione di Chrome sviluppata da https://nikjos.in, e la sua funzione principale è "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Google Meet Attendance: Participants to CSV

Scarica i file di estensione Google Meet Attendance: Participants to CSV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
URL Ufficiale https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Descrizione Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Dimensione del File 23.03 KB
Conteggio Installazioni 715
Versione Corrente 0.0.4
Ultimo Aggiornamento 2022-08-30
Data di Pubblicazione 2021-06-25
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://nikjos.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://meet-attendance.nikjos.in/
URL della Pagina di Aiuto https://meet-attendance.nikjos.in/
Lingue Supportate 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\/*"
    ]
}