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文件
下載MeetChatSave: Salvar chat do Google Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } ] } |