Meet Chat Viewer: Notificar chat Google Meet
Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
Hvad er Meet Chat Viewer: Notificar chat Google Meet?
Meet Chat Viewer: Notificar chat Google Meet er en Chrome-udvidelse udviklet af Barboza Apps, og dens hovedfunktion er "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".
Udvidelsesskærmbilleder
Download Meet Chat Viewer: Notificar chat Google Meet-udvidelses-CRX-fil
Download Meet Chat Viewer: Notificar chat Google Meet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | fjebcodhehjcnnckiageenbifhkboioj | 
| Officiel URL | https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj | 
| Beskrivelse | Seja notificado e visualize o bate-papo do Google Meet em qualquer tela! | 
| Filstørrelse | 113 KB | 
| Antal Installationer | 128 | 
| Nuværende Version | 1.2 | 
| Senest Opdateret | 2021-09-02 | 
| Udgivelsesdato | 2021-08-31 | 
| Bedømmelse | 5.00/5 Samlet 6 Bedømmelser | 
| Udvikler | Barboza Apps | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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\/*"
            ]
        }
    ]
}  |  |