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 |
公式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 |
Eメール | [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\/*" ] } ] } |