Record, Transcribe & ChatGPT for Google Meet

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

O que é Record, Transcribe & ChatGPT for Google Meet?

Record, Transcribe & ChatGPT for Google Meet é uma extensão do Chrome desenvolvida por https://tldv.io, e sua principal característica é "Automatically record & transcribe Google Meet for FREE. 500k+ users".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Record, Transcribe & ChatGPT for Google Meet

Baixe arquivos de extensão Record, Transcribe & ChatGPT for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Record, Transcribe & ChatGPT for Google Meet Record, Transcribe & ChatGPT for Google Meet
ID lknmjhcajhfbbglglccadlfdjbaiifig
URL Oficial https://chromewebstore.google.com/detail/record-transcribe-chatgpt/lknmjhcajhfbbglglccadlfdjbaiifig
Descrição Automatically record & transcribe Google Meet for FREE. 500k+ users
Tamanho do Arquivo 1.39 MB
Contagem de Instalações 200,000
Versão Atual 2.26.98
Última Atualização 2024-01-19
Data de Publicação 2020-07-30
Classificação 4.84/5 Total de 321 Avaliações
Desenvolvedor https://tldv.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tldv.io
URL da Página de Ajuda https://intercom.help/tldv/en
URL da Página de Política de Privacidade https://tldv.io/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}