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

Apa itu Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV adalah ekstensi Chrome yang dikembangkan oleh https://nikjos.in, dan fitur utamanya adalah "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Google Meet Attendance: Participants to CSV

Unduh file ekstensi Google Meet Attendance: Participants to CSV dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
URL Resmi https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Deskripsi Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Ukuran File 23.03 KB
Jumlah Instalasi 715
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2022-08-30
Tanggal Publikasi 2021-06-25
Penilaian 4.75/5 Total 4 Penilaian
Pengembang https://nikjos.in
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://meet-attendance.nikjos.in/
URL Halaman Bantuan https://meet-attendance.nikjos.in/
Bahasa yang Didukung 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\/*"
    ]
}