MeetChatSave: Salvar chat do Google Meet
Salve o bate - papo das suas reuniões no Google Meet.
MeetChatSave: Salvar chat do Google Meet란 무엇입니까?
MeetChatSave: Salvar chat do Google Meet은(는) Barboza Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Salve o bate - papo das suas reuniões no Google Meet."입니다.
확장 프로그램 스크린샷
MeetChatSave: Salvar chat do Google Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Salve o bate-papo de suas reuniões no Google Meet e mantenha salvo o histórico de toda a conversa sem precisar do recurso de gravação. Com um simples botão você será capaz de fazer o download do histórico do Chat no Google Meet de forma fácil e rápido.
확장 프로그램 기본 정보
이름 | MeetChatSave: Salvar chat do Google Meet |
ID | kbjbjdhcadgapllledgnnllgfhjkldmc |
공식 URL | https://chromewebstore.google.com/detail/meetchatsave-salvar-chat/kbjbjdhcadgapllledgnnllgfhjkldmc |
설명 | Salve o bate - papo das suas reuniões no Google Meet. |
파일 크기 | 105 KB |
설치 횟수 | 822 |
현재 버전 | 0.2 |
최근 업데이트 | 2021-06-07 |
출시 날짜 | 2021-04-28 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Barboza Apps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MeetChatSave: Salvar chat do Google Meet", "version": "0.2", "description": "Salve o bate - papo das suas reuni\u00f5es no Google Meet.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Presen\u00e7aMeet", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "inject\/js\/recursosVisuais.js", "inject\/js\/FileSaver.js" ], "css": [ "inject\/style.css" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ] } |