Meet Chat Viewer: Notificar chat Google Meet
Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
Was ist Meet Chat Viewer: Notificar chat Google Meet?
Meet Chat Viewer: Notificar chat Google Meet ist eine Chrome-Erweiterung, die von Barboza Apps entwickelt wurde, und ihr Hauptmerkmal ist "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".
Erweiterungsscreenshots
Meet Chat Viewer: Notificar chat Google Meet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Meet Chat Viewer: Notificar chat Google Meet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | fjebcodhehjcnnckiageenbifhkboioj | 
| Offizielle URL | https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj | 
| Beschreibung | Seja notificado e visualize o bate-papo do Google Meet em qualquer tela! | 
| Dateigröße | 113 KB | 
| Installationsanzahl | 128 | 
| Aktuelle Version | 1.2 | 
| Letztes Update | 2021-09-02 | 
| Veröffentlichungsdatum | 2021-08-31 | 
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen | 
| Entwickler | Barboza Apps | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/*"
            ]
        }
    ]
}  |  |