Meet Chat Viewer: Notificar chat Google Meet
Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
Meet Chat Viewer: Notificar chat Google Meetคืออะไร?
Meet Chat Viewer: Notificar chat Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Barboza Apps และคุณลักษณะหลักของมันคือ "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meet Chat Viewer: Notificar chat Google Meet
ดาวน์โหลดไฟล์ส่วนขยาย Meet Chat Viewer: Notificar chat Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Meet Chat Viewer: Notificar chat Google Meet |
ID | fjebcodhehjcnnckiageenbifhkboioj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj |
คำอธิบาย | Seja notificado e visualize o bate-papo do Google Meet em qualquer tela! |
ขนาดไฟล์ | 113 KB |
จำนวนการติดตั้ง | 128 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-09-02 |
วันที่เผยแพร่ | 2021-08-31 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Barboza Apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } ] } |