Meet Chat Viewer: Notificar chat Google Meet

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

What is Meet Chat Viewer: Notificar chat Google Meet?

Meet Chat Viewer: Notificar chat Google Meet is a Chrome extension developed by Barboza Apps, and its main feature is "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Meet Chat Viewer: Notificar chat Google Meet Extension CRX File

Download Meet Chat Viewer: Notificar chat Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Meet Chat Viewer: Notificar chat Google Meet Meet Chat Viewer: Notificar chat Google Meet
ID fjebcodhehjcnnckiageenbifhkboioj
Official URL https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj
Description Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
File Size 113 KB
Installation Count 128
Current Version 1.2
Last Updated 2021-09-02
Publish Date 2021-08-31
Rating 5.00/5 Total 6 Ratings
Developer Barboza Apps
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}