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'est-ce que Google Meet Attendance: Participants to CSV ?

Google Meet Attendance: Participants to CSV est une extension Chrome développée par https://nikjos.in, et sa fonction principale est "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Meet Attendance: Participants to CSV

Téléchargez les fichiers d'extension Google Meet Attendance: Participants to CSV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
URL Officiel https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Description Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Taille du Fichier 23.03 KB
Nombre d'Installations 715
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-08-30
Date de Publication 2021-06-25
Évaluation 4.75/5 Total 4 Évaluations
Développeur https://nikjos.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://meet-attendance.nikjos.in/
URL de la Page d'Aide https://meet-attendance.nikjos.in/
Langues Prises en Charge 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\/*"
    ]
}