Meet Chat Viewer: Notificar chat Google Meet
Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
Wat is Meet Chat Viewer: Notificar chat Google Meet?
Meet Chat Viewer: Notificar chat Google Meet is een Chrome-extensie ontwikkeld door Barboza Apps, en de belangrijkste functie is "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".
Extensie Screenshots
Download het CRX-bestand van de extensie Meet Chat Viewer: Notificar chat Google Meet
Download Meet Chat Viewer: Notificar chat Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | fjebcodhehjcnnckiageenbifhkboioj | 
| Officiële URL | https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj | 
| Beschrijving | Seja notificado e visualize o bate-papo do Google Meet em qualquer tela! | 
| Bestandsgrootte | 113 KB | 
| Aantal Installaties | 128 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2021-09-02 | 
| Publicatiedatum | 2021-08-31 | 
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen | 
| Ontwikkelaar | Barboza Apps | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
            ]
        }
    ]
}  |  |