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 |
官方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\/*" ] } ] } |