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.

Vad är Colibri – AI Note Taking & Transcription App?

Colibri – AI Note Taking & Transcription App är en Chrome-tillägg utvecklad av https://colibri.ai, och dess huvudfunktion är "Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Colibri – AI Note Taking & Transcription App-förlängningens CRX-fil

Ladda ner Colibri – AI Note Taking & Transcription App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Colibri – AI Note Taking & Transcription App Colibri – AI Note Taking & Transcription App
ID cakncflhgfdldplnfckolccpndmocdal
Officiell webbadress https://chromewebstore.google.com/detail/colibri-%E2%80%93-ai-note-taking/cakncflhgfdldplnfckolccpndmocdal
Beskrivning Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI.
Filstorlek 691 KB
Antal Installationer 476
Aktuell Version 0.2.1
Senast Uppdaterad 2023-11-21
Publiceringsdatum 2023-11-21
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://colibri.ai
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://colibri.ai/
Hjälpsida URL https://support.colibri.ai/hc/en-us
URL till Sekretesspolicy Sidan https://colibri.ai/privacy-policy
Stödda Språk 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"
}