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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |