Google Transcribe Free Download

This extension lets you capture Google Meet Transcripts and download them. MeetXCC - Your personal AI meeting Assistant

Google Transcribe Free Downloadคืออะไร?

Google Transcribe Free Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meetxcc.app และคุณลักษณะหลักของมันคือ "This extension lets you capture Google Meet Transcripts and download them. MeetXCC - Your personal AI meeting Assistant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Transcribe Free Download

ดาวน์โหลดไฟล์ส่วนขยาย Google Transcribe Free Download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables you to bypass Google Meet's transcription limits and freely download the transcripts.

Unleash the Full Power of Google Meet with MeetXcc!
MeetXcc is your new AI meeting assistant for Google Meet. Say goodbye to the constraints of Google Meet's transcription limits and welcome a new era of enhanced Google Meet interactions.

🌟 MeetXcc's Stellar Features:
During Your Meeting:
* 💬 Instant transcription with the capability to auto-summarize extended chats.
* 👨🏻‍💻 Pinpoint speaker recognition for flawless accuracy.
* 🏷️ Swift tagging for instant recall of vital meeting moments.
* ☁️ Seamless auto-saving to the MeetXcc cloud or direct download option.
* ⌨️ Powered by ChatGPT for dynamic transcript utilization: translations, action-item listings, language learning, and saving custom prompts.
* 📥 Make collaboration easy by sharing transcripts with your team.

Getting Started:
* Install the MeetXcc Chrome extension.
* Launch Google Meet via Chrome.
* MeetXcc springs to action, auto-enabling captions.
* Retain captions on, and behold real-time transcriptions on the MeetXcc panel.
* Toggle the auto-summarize feature as needed.
* Download your transcript as a txt file with a simple click.
* To enjoy auto-saving, register for a free MeetXcc account, ensuring you never lose critical notes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Transcribe Free Download Google Transcribe Free Download
ID dgijgfdodcankfloblhnngmlkdaahbco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-transcribe-free-do/dgijgfdodcankfloblhnngmlkdaahbco
คำอธิบาย This extension lets you capture Google Meet Transcripts and download them. MeetXCC - Your personal AI meeting Assistant
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 290
เวอร์ชันปัจจุบัน 1.0.33
อัปเดตครั้งล่าสุด 2024-03-06
วันที่เผยแพร่ 2023-10-09
ผู้พัฒนา https://meetxcc.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.meetxcc.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.meetxcc.com/privacy
ภาษาที่รองรับ de,en,fr,vi,tr,es,it,pt-BR,ru,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.33",
    "manifest_version": 3,
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/*.meetxcc.app\/",
        "https:\/\/bard.google.com\/",
        "https:\/\/api.mixpanel.com\/",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "meet_helper.js",
                "html2canvas.min.js",
                "mixpanel.js",
                "mixpanel-2-latest.min.js",
                "v2\/35536E1E-65B4-4D96-9D97-6ADB7EFF8147\/api.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}