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

O que é Google Meet Attendance: Participants to CSV?

Google Meet Attendance: Participants to CSV é uma extensão do Chrome desenvolvida por https://nikjos.in, e sua principal característica é "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Meet Attendance: Participants to CSV

Baixe arquivos de extensão Google Meet Attendance: Participants to CSV no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
URL Oficial https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
Descrição Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Tamanho do Arquivo 23.03 KB
Contagem de Instalações 715
Versão Atual 0.0.4
Última Atualização 2022-08-30
Data de Publicação 2021-06-25
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor https://nikjos.in
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://meet-attendance.nikjos.in/
URL da Página de Ajuda https://meet-attendance.nikjos.in/
Idiomas Suportados 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\/*"
    ]
}