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

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

Vad är Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ?

Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ är en Chrome-tillägg utvecklad av Flávio Jussiê, och dess huvudfunktion är "Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ-förlängningens CRX-fil

Ladda ner Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ
ID lbmpedpligahgbjbhfcebblghehkonkj
Officiell webbadress https://chromewebstore.google.com/detail/cron%C3%B4metro-e-notifica%C3%A7%C3%B5es/lbmpedpligahgbjbhfcebblghehkonkj
Beskrivning Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.
Filstorlek 199 KB
Antal Installationer 148
Aktuell Version 0.1
Senast Uppdaterad 2021-03-11
Publiceringsdatum 2021-03-10
Utvecklare Flávio Jussiê
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet
Hjälpsida URL https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet#suporte
URL till Sekretesspolicy Sidan https://github.com/flaviojussie/frequencia-google-meet
Stödda Språk 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"
    ]
}