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是由Barboza Apps開發的Chrome擴展程式,該擴展的主要功能是“Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!”。
擴展截圖
下載Meet Chat Viewer: Notificar chat Google Meet擴展crx文件
下載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 |
官方網址 | 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\/*" ] } ] } |