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

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

Что такое Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ?

Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ - это расширение Chrome, разработанное Flávio Jussiê, и его основная функция - "Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ

Скачайте файлы расширений Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ
ID lbmpedpligahgbjbhfcebblghehkonkj
Официальный URL https://chromewebstore.google.com/detail/cron%C3%B4metro-e-notifica%C3%A7%C3%B5es/lbmpedpligahgbjbhfcebblghehkonkj
Описание Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.
Размер файла 199 KB
Количество установок 148
Текущая Версия 0.1
Последнее Обновление 2021-03-11
Дата публикации 2021-03-10
Разработчик Flávio Jussiê
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet
URL страницы помощи https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet#suporte
URL страницы политики конфиденциальности https://github.com/flaviojussie/frequencia-google-meet
Поддерживаемые языки 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"
    ]
}