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 je Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV je rozšíření Chrome vyvinuté https://nikjos.in, a jeho hlavní funkcí je „Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Meet Attendance: Participants to CSV

Stáhněte si soubory rozšíření Google Meet Attendance: Participants to CSV ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
Oficiální URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Popis Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Velikost souboru 23.03 KB
Počet instalací 715
Aktuální Verze 0.0.4
Poslední Aktualizace 2022-08-30
Datum Vydání 2021-06-25
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář https://nikjos.in
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://meet-attendance.nikjos.in/
URL Stránky Nápovědy https://meet-attendance.nikjos.in/
Podporované Jazyky 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\/*"
    ]
}