Google Meet Attendance

Save the time joined and left of all attendees with one click!

O que é Google Meet Attendance?

Google Meet Attendance é uma extensão do Chrome desenvolvida por Jake Crowley, e sua principal característica é "Save the time joined and left of all attendees with one click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Meet Attendance

Baixe arquivos de extensão Google Meet Attendance 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

                        Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.                    

Informações Básicas da Extensão

Nome Google Meet Attendance Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
URL Oficial https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf
Descrição Save the time joined and left of all attendees with one click!
Tamanho do Arquivo 18.23 KB
Contagem de Instalações 40,193
Versão Atual 0.0.7
Última Atualização 2020-07-12
Data de Publicação 2020-05-13
Classificação 3.92/5 Total de 50 Avaliações
Desenvolvedor Jake Crowley
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://jakecrowley.github.io/googlemeetattendance/privacy.html
URL da Página de Política de Privacidade https://jakecrowley.github.io/googlemeetattendance/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Instructions Popup",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}