Meet Chat Viewer: Notificar chat Google Meet

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

Cos'è Meet Chat Viewer: Notificar chat Google Meet?

Meet Chat Viewer: Notificar chat Google Meet è un'estensione di Chrome sviluppata da Barboza Apps, e la sua funzione principale è "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Meet Chat Viewer: Notificar chat Google Meet

Scarica i file di estensione Meet Chat Viewer: Notificar chat Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Meet Chat Viewer: Notificar chat Google Meet Meet Chat Viewer: Notificar chat Google Meet
ID fjebcodhehjcnnckiageenbifhkboioj
URL Ufficiale https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj
Descrizione Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
Dimensione del File 113 KB
Conteggio Installazioni 128
Versione Corrente 1.2
Ultimo Aggiornamento 2021-09-02
Data di Pubblicazione 2021-08-31
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Barboza Apps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}