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 ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ là gì?

Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ là một tiện ích mở rộng Chrome được phát triển bởi Flávio Jussiê, và tính năng chính của nó là "Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ

Tải xuống các tệp mở rộng Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ Cronômetro e Notificações ᴳᵒᵒᵍˡᵉ ᴹᵉᵉᵗ
ID lbmpedpligahgbjbhfcebblghehkonkj
URL Chính Thức https://chromewebstore.google.com/detail/cron%C3%B4metro-e-notifica%C3%A7%C3%B5es/lbmpedpligahgbjbhfcebblghehkonkj
Mô tả Um Cronômetro juntamente com Notificações do chat melhora a experiência do Google Meet™.
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-03-11
Ngày Phát Hành 2021-03-10
Nhà Phát Triển Flávio Jussiê
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet
URL Trang Trợ Giúp https://github.com/flaviojussie/cronometro-e-notificacoes-google-meet#suporte
URL Trang Chính Sách Bảo Mật https://github.com/flaviojussie/frequencia-google-meet
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}