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

Wat is Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV is een Chrome-extensie ontwikkeld door https://nikjos.in, en de belangrijkste functie is "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Google Meet Attendance: Participants to CSV

Download Google Meet Attendance: Participants to CSV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
Officiële URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Beschrijving Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Bestandsgrootte 23.03 KB
Aantal Installaties 715
Huidige Versie 0.0.4
Laatst Bijgewerkt 2022-08-30
Publicatiedatum 2021-06-25
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://nikjos.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://meet-attendance.nikjos.in/
Help Pagina-URL https://meet-attendance.nikjos.in/
Ondersteunde Talen 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\/*"
    ]
}