Record, Transcribe & ChatGPT for Google Meet

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

Wat is Record, Transcribe & ChatGPT for Google Meet?

Record, Transcribe & ChatGPT for Google Meet is een Chrome-extensie ontwikkeld door https://tldv.io, en de belangrijkste functie is "Automatically record & transcribe Google Meet for FREE. 500k+ users".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Record, Transcribe & ChatGPT for Google Meet

Download Record, Transcribe & ChatGPT for Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Record, Transcribe & ChatGPT for Google Meet Record, Transcribe & ChatGPT for Google Meet
ID lknmjhcajhfbbglglccadlfdjbaiifig
Officiële URL https://chromewebstore.google.com/detail/record-transcribe-chatgpt/lknmjhcajhfbbglglccadlfdjbaiifig
Beschrijving Automatically record & transcribe Google Meet for FREE. 500k+ users
Bestandsgrootte 1.39 MB
Aantal Installaties 200,000
Huidige Versie 2.26.98
Laatst Bijgewerkt 2024-01-19
Publicatiedatum 2020-07-30
Beoordeling 4.84/5 Totaal 321 Beoordelingen
Ontwikkelaar https://tldv.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tldv.io
Help Pagina-URL https://intercom.help/tldv/en
URL van de Privacybeleid Pagina https://tldv.io/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}