Colibri – AI Note Taking & Transcription App

Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI.

Что такое Colibri – AI Note Taking & Transcription App?

Colibri – AI Note Taking & Transcription App - это расширение Chrome, разработанное https://colibri.ai, и его основная функция - "Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Colibri – AI Note Taking & Transcription App

Скачайте файлы расширений Colibri – AI Note Taking & Transcription App в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Colibri app records your conversations, transcribes them as you speak, and generates concise meeting summaries that can be easily shared with others. 

Say goodbye to manual note-taking. With Colibri, you will instantly get an AI-generated summary and action items after each meeting to quickly review what is important and actionable.

Automatically share AI meeting notes in Slack, log your calls in Salesforce, or receive meeting recaps in your inbox — Colibri seamlessly integrates with these tools.

Using Colibri, you can build a searchable call library for your entire team. Colibri stores recordings, transcripts, and summaries of your meetings in one place, so everyone on your team can easily find, review, and share insights from your conversations.

🔥 Key features 

- Record your microphone and any audio from your browser with one click
- Real-time transcription
- Highlight notable moments in real time
- Automatically save transcripts synced with recordings to your meeting library
- Share your meetings with a link
- AI-generated summaries and action items
- Automatic chapters, each with an individual summary and timestamp
- Search within and across your conversations
- Download recordings and transcripts to your computer

🔒 Secure and private 

We are committed to keeping your data private and secure. We don’t utilize your personal information to train or improve AI models. Your meeting recordings, transcriptions, and notes are securely stored and accessible only to you and the people they’re shared with.

🏢 Explore our industry solutions

⚖️ Colibri Legal
Use Colibri’s live transcription service for depositions and court reporting. Colibri Legal provides AI-generated rough drafts in minutes, and final transcripts prepared by professional legal transcriptionists within 24 hours.

📞 Sales Copilot
 Looking to improve your sales calls? Try our Sales Copilot features: 
- Real-time AI guidance: Dynamic prompts that help reps answer questions and overcome objections
- Monologue alerts
- Smart agenda templates
- Call analytics
- Salesforce integration

☝️Please note: Colibri supports English only.

Visit our website for more details: https://colibri.ai/

Try Colibri for free today!                    

Основная информация о расширении

Название Colibri – AI Note Taking & Transcription App Colibri – AI Note Taking & Transcription App
ID cakncflhgfdldplnfckolccpndmocdal
Официальный URL https://chromewebstore.google.com/detail/colibri-%E2%80%93-ai-note-taking/cakncflhgfdldplnfckolccpndmocdal
Описание Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI.
Размер файла 691 KB
Количество установок 476
Текущая Версия 0.2.1
Последнее Обновление 2023-11-21
Дата публикации 2023-11-21
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://colibri.ai
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://colibri.ai/
URL страницы помощи https://support.colibri.ai/hc/en-us
URL страницы политики конфиденциальности https://colibri.ai/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colibri \u2013 AI Note Taking & Transcription App",
    "description": "Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI.",
    "version": "0.2.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "tabCapture",
        "identity",
        "storage",
        "system.display"
    ],
    "action": {
        "default_title": "Record and transcribe current tab with Colibri \u2013 AI Note Taking & Transcription App",
        "default_icon": {
            "16": "images\/app_icon-16.png",
            "32": "images\/app_icon-32.png",
            "48": "images\/app_icon-48.png",
            "128": "images\/app_icon-128.png",
            "256": "images\/app_icon-256.png"
        }
    },
    "icons": {
        "16": "images\/app_icon-16.png",
        "32": "images\/app_icon-32.png",
        "48": "images\/app_icon-48.png",
        "128": "images\/app_icon-128.png",
        "256": "images\/app_icon-256.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsdEoiyBr8tAaf3sgGYCKdZHLQjvfFqfV85DOXYvaRusgXi1QsPKidg4aBgOnGjwcECaypELbOHbix1MUdcz4pliRQ7gd53EGULBJ0Tu80MLfKLL54kG9EzXJEr+rpvSnwpTqskJfDVQYpEUTP82H46YVWy0MX6zGx+Bpgg5iqW8Y7p3JSRsWnuTFoR70l8TEd38UI0dAVIhCaHLWCei2RbzhYQmPbiHLdWxNGhALy27WdmxXCueIUO0oBjDxp\/uybPoK2eipVF1zkV3w+oLYjoPx61JD3Y4sZlrf\/+UQZIH4eag5om5qLhxSRfugyHJG\/A5TDAPJ6jV+\/ye\/bR738wIDAQAB"
}