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

Τι είναι το Google Meet Attendance: Participants to CSV;

Το Google Meet Attendance: Participants to CSV είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nikjos.in, και η κύρια λειτουργία του είναι "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Meet Attendance: Participants to CSV

Λήψη αρχείων επέκτασης Google Meet Attendance: Participants to CSV σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
Επίσημο URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Περιγραφή Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Μέγεθος Αρχείου 23.03 KB
Αριθμός Εγκαταστάσεων 715
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2022-08-30
Ημερομηνία Δημοσίευσης 2021-06-25
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://nikjos.in
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://meet-attendance.nikjos.in/
Διεύθυνση URL της Σελίδας Βοήθειας https://meet-attendance.nikjos.in/
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}