MeetChatSave: Salvar chat do Google Meet
Salve o bate - papo das suas reuniões no Google Meet.
What is MeetChatSave: Salvar chat do Google Meet?
MeetChatSave: Salvar chat do Google Meet is a Chrome extension developed by Barboza Apps, and its main feature is "Salve o bate - papo das suas reuniões no Google Meet.".
Extension Screenshots
Download MeetChatSave: Salvar chat do Google Meet Extension CRX File
Download MeetChatSave: Salvar chat do Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MeetChatSave: Salvar chat do Google Meet |
ID | kbjbjdhcadgapllledgnnllgfhjkldmc |
Official URL | https://chromewebstore.google.com/detail/meetchatsave-salvar-chat/kbjbjdhcadgapllledgnnllgfhjkldmc |
Description | Salve o bate - papo das suas reuniões no Google Meet. |
File Size | 105 KB |
Installation Count | 822 |
Current Version | 0.2 |
Last Updated | 2021-06-07 |
Publish Date | 2021-04-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Barboza Apps |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |