Record, Transcribe & ChatGPT for Google Meet

Automatically record & transcribe Google Meet for FREE. 500k+ users

What is Record, Transcribe & ChatGPT for Google Meet?

Record, Transcribe & ChatGPT for Google Meet is a Chrome extension developed by https://tldv.io, and its main feature is "Automatically record & transcribe Google Meet for FREE. 500k+ users".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Record, Transcribe & ChatGPT for Google Meet Extension CRX File

Download Record, Transcribe & ChatGPT for Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        tl;dv is the most popular meeting recorder & AI note taker for Google Meet, Zoom and Microsoft Teams. 

Get started in seconds ⏰In a matter of clicks, you can:

- 🎥 Automatically record Google Meet, Zoom and Microsoft Teams meetings
- 💬 Receive highly accurate Google Meet transcription with Speaker Labels 
- 🌎 Transcribe in 20+ languages including English, French, German, Spanish, Portuguese, Japanese and many more
- 📌 Receive instant AI Summaries with our AI Meeting Note taker 
- 🔗 Share links to recordings automatically to Slack, E-Mail and Zapier
- 🔍 Search your call library for any word spoken in meetings
- 💡 Integrates call insights directly into CRMs like Salesforce or Hubspot
- 🎞 Edit Google Meet recording & create clips
- ✔ Revisit and edit meeting action points and takeaways
- 🙋‍♀️ Tag stakeholders and colleagues at any point during call
- 📝 Democratize and simplify meeting minutes
- ✍ Take notes during Google Meet call
- ⬇ Take videos offline with the Google Meet recording downloader

More than 1 Million users have already leveled up their remote meetings with tl;dv 🙌

Say goodbye to back-to-backs. Empower your team to catch up on meetings in minutes 🦸‍♀️

Want a slice of productivity? Asynchronous communication is a piece of cake with tl;dv 🍰

**tl;dv is best meeting recording software for:**

- 🔧 Product & Engineering
- 🤝 Sales & Customer Success
- 📣 UX Research
- 👩‍💼 Recruitment & HR

tl;dv is a free alternative to Otter.ai and Fireflies.

Your security and privacy is extremely important to us: https://bit.ly/35W1FiI                    

Extension Basic Information

Name Record, Transcribe & ChatGPT for Google Meet Record, Transcribe & ChatGPT for Google Meet
ID lknmjhcajhfbbglglccadlfdjbaiifig
Official URL https://chromewebstore.google.com/detail/record-transcribe-chatgpt/lknmjhcajhfbbglglccadlfdjbaiifig
Description Automatically record & transcribe Google Meet for FREE. 500k+ users
File Size 1.39 MB
Installation Count 200,000
Current Version 2.26.98
Last Updated 2024-01-19
Publish Date 2020-07-30
Rating 4.84/5 Total 321 Ratings
Developer https://tldv.io
Email [email protected]
Payment Type free
Extension Website https://tldv.io
Help Page URL https://intercom.help/tldv/en
Privacy Policy Page URL https://tldv.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Record, Transcribe & ChatGPT for Google Meet",
    "description": "Automatically record & transcribe Google Meet for FREE. 500k+ users",
    "version": "2.26.98",
    "short_name": "tl;dv",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlkFjXjhDDdF0R7hADtKGAhpHcFHyAwy\/1J98Fkr9xlZEdmSCWfKyQ5PxbEb7vzQQkKoPgaWwb8p0aZZjFzy4fJOj+0bW0+UefYx4xDDPESgnj7qeTXu7gcQq0NekDhn72RlYGzW3nnf460fMCfa\/96cuCGvo965PRAZs+Hgvq+ZZlx1ibADTVNc5lMx4SjRFBjTl1i\/4nPz+Zay+lT+5Trzx74Oi0rwMQb8PxA7+VsEbE4U87u3xYirg0St+G9gfy7NU00aFnnR7pHAjGxz2RC61RkQecWC9hT\/UhJU8iMbMeiyL0WaXHtfOfsk8LAjN7HmljdbzzCqnHyaCbmpZFQIDAQAB",
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": "icon-16.png",
        "default_title": "Automatically record & transcribe Google Meet for FREE. 500k+ users"
    },
    "optional_permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/tldv.io\/*",
            "*:\/\/tldv.tech\/*"
        ]
    },
    "commands": {
        "pin-highlight": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            },
            "description": "Create a highlight during a meeting"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/google-calendar.js"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/google-meet.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tldv.io\/app\/embed\/*",
                "*:\/\/*.tldv.tech\/app\/embed\/*",
                "*:\/\/*.zoom.us\/*",
                "*:\/\/calendar.google.com\/*",
                "*:\/\/meet.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/multi-tabs.js"
            ]
        }
    ]
}