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 Vinamr Bajaj, e sua principal característica é "Save the time joined and left of all attendees with one click!".

Capturas de Tela da Extensão

screenshot
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

                        Save the time joined and left of all attendees with one click!
Enabling one click attendance for your google meet class.                    

Informações Básicas da Extensão

Nome Google Meet Attendance Google Meet Attendance
ID mjjngncbeabeggcnjogcnaifjbkmbaap
URL Oficial https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap
Descrição Save the time joined and left of all attendees with one click!
Tamanho do Arquivo 44.35 KB
Contagem de Instalações 1,296
Versão Atual 0.0.1
Última Atualização 2020-08-17
Data de Publicação 2020-08-17
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Vinamr Bajaj
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://axios-iiitl.github.io/
URL da Página de Política de Privacidade https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance",
    "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\/*"
    ]
}