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 هو إضافة Chrome تم تطويرها بواسطة Barboza Apps، والميزة الرئيسية لها هي "Salve o bate - papo das suas reuniões no Google Meet.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MeetChatSave: Salvar chat do Google Meet

قم بتنزيل ملفات الامتداد MeetChatSave: Salvar chat do Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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\/*"
            ]
        }
    ]
}