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

Hvad er Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV er en Chrome-udvidelse udviklet af https://nikjos.in, og dens hovedfunktion er "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Google Meet Attendance: Participants to CSV-udvidelses-CRX-fil

Download Google Meet Attendance: Participants to CSV-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
Officiel URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Beskrivelse Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Filstørrelse 23.03 KB
Antal Installationer 715
Nuværende Version 0.0.4
Senest Opdateret 2022-08-30
Udgivelsesdato 2021-06-25
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler https://nikjos.in
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://meet-attendance.nikjos.in/
Hjælpeside-URL https://meet-attendance.nikjos.in/
Understøttede Sprog 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\/*"
    ]
}