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은(는) https://colibri.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Colibri – AI Note Taking & Transcription App 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}