Meet Chat Viewer: Notificar chat Google Meet

Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!

ما هو Meet Chat Viewer: Notificar chat Google Meet؟

Meet Chat Viewer: Notificar chat Google Meet هو إضافة Chrome تم تطويرها بواسطة Barboza Apps، والميزة الرئيسية لها هي "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Meet Chat Viewer: Notificar chat Google Meet

قم بتنزيل ملفات الامتداد Meet Chat Viewer: Notificar chat Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Receba notificações dos participantes no Google Meet e leia as perguntas em qualquer aplicativo em que esteja utilizando sem a necessidade de voltar para a tela de bate-papo. Ideal para professores utilizarem em suas aulas e torna-las mais práticas.                    

معلومات أساسية عن التمديد

الاسم Meet Chat Viewer: Notificar chat Google Meet Meet Chat Viewer: Notificar chat Google Meet
ID fjebcodhehjcnnckiageenbifhkboioj
عنوان URL الرسمي https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj
الوصف Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
حجم الملف 113 KB
عدد التثبيتات 128
النسخة الحالية 1.2
آخر تحديث 2021-09-02
تاريخ النشر 2021-08-31
تقييم 5.00/5 مجموع تقييمات 6
المطور Barboza Apps
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Chat Viewer: Notificar chat Google Meet",
    "version": "1.2",
    "description": "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "MeetChatViewer",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "inject\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "inject\/js\/recursosVisuais.js"
            ],
            "css": [
                "inject\/style.css",
                "inject\/bootstrap.min.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}