Record, Transcribe & ChatGPT for Google Meet

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

Qu'est-ce que Record, Transcribe & ChatGPT for Google Meet ?

Record, Transcribe & ChatGPT for Google Meet est une extension Chrome développée par https://tldv.io, et sa fonction principale est "Automatically record & transcribe Google Meet for FREE. 500k+ users".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Record, Transcribe & ChatGPT for Google Meet

Téléchargez les fichiers d'extension Record, Transcribe & ChatGPT for Google Meet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Record, Transcribe & ChatGPT for Google Meet Record, Transcribe & ChatGPT for Google Meet
ID lknmjhcajhfbbglglccadlfdjbaiifig
URL Officiel https://chromewebstore.google.com/detail/record-transcribe-chatgpt/lknmjhcajhfbbglglccadlfdjbaiifig
Description Automatically record & transcribe Google Meet for FREE. 500k+ users
Taille du Fichier 1.39 MB
Nombre d'Installations 200,000
Version Actuelle 2.26.98
Dernière Mise à Jour 2024-01-19
Date de Publication 2020-07-30
Évaluation 4.84/5 Total 321 Évaluations
Développeur https://tldv.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tldv.io
URL de la Page d'Aide https://intercom.help/tldv/en
URL de la Page de Politique de Confidentialité https://tldv.io/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}