Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ

Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.

Was ist Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ?

Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ ist eine Chrome-Erweiterung, die von Flávio Jussiê entwickelt wurde, und ihr Hauptmerkmal ist "Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.".

Erweiterungsscreenshots

screenshot
screenshot

Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cronômetro e Notificações para o Google Meet™
Receba notificações de mensagens e Controle o tempo de suas aulas no Meet .

Notificações:
O recurso de notificação exibe as mensagens do chat sem a necessidade de alternar entre a tela e a guia de reunião.

Cronômetro:
Controle o tempo de reunião, desta forma evite extrapolar seu tempo de aula.

Obrigado por escolher nossa extensão, esperamos que torne suas suas aulas uma experiência melhor!                    

Grundlegende Informationen zur Erweiterung

Name Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ
ID lbmpedpligahgbjbhfcebblghehkonkj
Offizielle URL https://chromewebstore.google.com/detail/cron%C3%B4metro-e-notifica%C3%A7%C3%B5es/lbmpedpligahgbjbhfcebblghehkonkj
Beschreibung Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.
Dateigröße 199 KB
Installationsanzahl 148
Aktuelle Version 0.1
Letztes Update 2021-03-11
Veröffentlichungsdatum 2021-03-10
Entwickler Flávio Jussiê
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet
Hilfeseite URL https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet#suporte
URL der Datenschutzrichtlinien-Seite https://github.com/flaviojussie/frequencia-google-meet
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cron\u00f4metro e Notifica\u00e7\u00f5es \u1d33\u1d52\u1d52\u1d4d\u02e1\u1d49 \u1d39\u1d49\u1d49\u1d57",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Um Cron\u00f4metro juntamente com Notifica\u00e7\u00f5es do chat melhora a experi\u00eancia do Google Meet\u2122.",
    "author": "Fl\u00e1vio Jussi\u00ea",
    "content_security_policy": "default-src 'self'",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Cron\u00f4metro e Notifica\u00e7\u00f5es \u1d33\u1d52\u1d52\u1d4d\u02e1\u1d49 \u1d39\u1d49\u1d49\u1d57"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/controller.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "js\/content.js",
        "js\/controller.js"
    ]
}