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

Co to jest Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV to rozszerzenie Chrome opracowane przez https://nikjos.in, a jego główną funkcją jest „Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Meet Attendance: Participants to CSV

Pobierz pliki rozszerzeń Google Meet Attendance: Participants to CSV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
Oficjalny URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Opis Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Rozmiar pliku 23.03 KB
Liczba instalacji 715
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2022-08-30
Data Publikacji 2021-06-25
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://nikjos.in
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://meet-attendance.nikjos.in/
Adres URL Strony Pomocy https://meet-attendance.nikjos.in/
Obsługiwane Języki 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\/*"
    ]
}