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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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\/*"
            ]
        }
    ]
}