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"
    ]
}