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

Was ist Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV ist eine Chrome-Erweiterung, die von https://nikjos.in entwickelt wurde, und ihr Hauptmerkmal ist "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Google Meet Attendance: Participants to CSV-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Meet Attendance: Participants to CSV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
Offizielle URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Beschreibung Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Dateigröße 23.03 KB
Installationsanzahl 715
Aktuelle Version 0.0.4
Letztes Update 2022-08-30
Veröffentlichungsdatum 2021-06-25
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler https://nikjos.in
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://meet-attendance.nikjos.in/
Hilfeseite URL https://meet-attendance.nikjos.in/
Unterstützte Sprachen 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\/*"
    ]
}