Meet Chat Transcribe

Transcribe Google Meet Chats to a Google Doc.

ما هو Meet Chat Transcribe؟

Meet Chat Transcribe هو إضافة Chrome تم تطويرها بواسطة https://claycodes.org، والميزة الرئيسية لها هي "Transcribe Google Meet Chats to a Google Doc.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Meet Chat Transcribe

قم بتنزيل ملفات الامتداد Meet Chat Transcribe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Transcribe Google Meet Chats to a Google Doc. When engaged, chats will be saved to a Google doc in the Meet Chat Transcripts folder of your Google Drive.                    

معلومات أساسية عن التمديد

الاسم Meet Chat Transcribe Meet Chat Transcribe
ID ahlabgblondjgakdbofloogedjibnfdh
عنوان URL الرسمي https://chromewebstore.google.com/detail/meet-chat-transcribe/ahlabgblondjgakdbofloogedjibnfdh
الوصف Transcribe Google Meet Chats to a Google Doc.
حجم الملف 266 KB
عدد التثبيتات 10,000
النسخة الحالية 1.21
آخر تحديث 2023-10-08
تاريخ النشر 2020-05-28
تقييم 2.95/5 مجموع تقييمات 20
المطور https://claycodes.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.claycodes.org/google-add-onsextensions/meet-chat-transcribe
عنوان صفحة المساعدة https://www.claycodes.org/google-add-onsextensions/meet-chat-transcribe
عنوان صفحة سياسة الخصوصية https://www.claycodes.org/home/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.21",
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlCUULCFrqoEyoJ1v3AAnwpSgpa3v+bEcYAgHMMMeFewdIHr2rJr2ww2j21zsmfJG2YUYSAneB2MoBk03s6gUNYoO5ROWj72moeC2uHjNRnbaE17rNUjM2UnV3SDrI\/B6fZJg+XnP2k4Wex0ySmm9sSrxtDXcrSWCmOgtT8To7v2kY4aC\/jOulwJtGnGsMA0wyN5LF3FRe6ZYIsL63gwmtNWjpIk9AhQfC5KVkcrsdsNapUZS6PgM3L9SZy8RyPrDfjNGw4N55wDA\/GPLUoe42\/QJJ15qcu53GcFUPgxWSPdUaU01fhR0iQhig0pt6EtXId6vGveFf\/FpqfOArfe0hwIDAQAB",
    "oauth2": {
        "client_id": "274024907952-8opnnf1jcf0icbra4dg1ai3obi2eoeig.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/script.external_request",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery.js",
                "contentscript.js",
                "js\/moment-with-locales.js"
            ]
        }
    ],
    "action": {
        "matches": [
            "https:\/\/meet.google.com\/*"
        ],
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}