Meet Chat Viewer: Notificar chat Google Meet
Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
Apa itu Meet Chat Viewer: Notificar chat Google Meet?
Meet Chat Viewer: Notificar chat Google Meet adalah ekstensi Chrome yang dikembangkan oleh Barboza Apps, dan fitur utamanya adalah "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meet Chat Viewer: Notificar chat Google Meet
Unduh file ekstensi Meet Chat Viewer: Notificar chat Google Meet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Meet Chat Viewer: Notificar chat Google Meet |
ID | fjebcodhehjcnnckiageenbifhkboioj |
URL Resmi | https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj |
Deskripsi | Seja notificado e visualize o bate-papo do Google Meet em qualquer tela! |
Ukuran File | 113 KB |
Jumlah Instalasi | 128 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-09-02 |
Tanggal Publikasi | 2021-08-31 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Barboza Apps |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |