Briefly: AI meeting summary & email follow up

Capture meeting notes, transcribe, summarize and gather insights without distraction.

Briefly: AI meeting summary & email follow up란 무엇입니까?

Briefly: AI meeting summary & email follow up은(는) Briefly App에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture meeting notes, transcribe, summarize and gather insights without distraction."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Briefly: AI meeting summary & email follow up 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture meeting notes, transcribe, summarize and gather insights without distraction.
Let Briefly take your meeting notes, organize your thoughts, and be more focused during meetings, all within your browser. 

Briefly makes it easy to be more productive after meetings by generating summaries, action items, and composing thoughtful follow-up emails. It simplifies your post-meeting workflow by transforming your conversations into a variety of polished project documents like product requirements, marketing briefs, sentiment reports, investment memos, and more.

Briefly works where you do. Update your CRM directly from Slack after receiving and reviewing meeting summaries and insights from your latest call.


✅ Never miss a thing
Briefly transcribes all your meetings and categorizes them based on the topics and content covered. Capture important points with our voice-activated notes feature. Get your summaries delivered to your inbox after every call to make it easier to organize your meeting notes for a later time. 

💡Objective summaries and takeaways
Briefly uses AI to generate comprehensive summaries from transcriptions, identify key insights grouped by topic and personalized action items, so you don't have to comb through transcripts to synthesize notes. 

✍️ Personalized follow-ups
Timely correspondence and accurate action items can lead to higher close rates and follow-up meetings booked. Briefly automatically crafts compelling customized follow-up messages from the contents of your meeting. Send them out right after your meeting is over so you can save time when you’re in back-to-back meetings. 

📝 Craft your project docs
Input your custom prompt and let Briefly convert your transcript into the requested document. Browse our popular templates, and tailor them until your results are perfect. Make the most out of the knowledge shared in conversation by using different prompts to draft multiple docs per call.

🥷 Unintrusive
Briefly does not add a “ghost” note-taker into your meeting, and does not require you to record the meeting, allowing you to stay focused and not be distracted. 

📑 No matter what platform you take your calls on, import your meeting transcripts from Zoom, Microsoft Teams, or any other platform directly to Briefly. Upload reports, articles, and any other text files and turn them into summaries and project documents via your dashboard.

💼 Briefly is great for:
Product and Engineering
Sales
Marketing
Customer Success
Venture Capital

📌 How to Get Started: 
1. Install Chrome Extension and pin the icon to your toolbar.
2. Sign in with Google.
3. Start your Google Meet and under Current Call, click “Start transcribing this meeting”.
4. After the call, open the Briefly extension and click the “Past Call” tab to view the transcripts and AI summaries for all your calls. 
5. Click the AI follow-up tab to view the follow-up email and edit it from your Gmail inbox.
6. Check your spam if you’re not receiving your recaps shortly after the call. Your recaps are only sent to you. 
7. To access your dashboard, go to the Past Calls tab by clicking "Create on web" or visit: https://app.brieflyai.com


** Important Note: Your transcripts, conversations, and summaries are NOT stored or collected by Briefly. Briefly is powered by OpenAI’s GPTchat.                    

확장 프로그램 기본 정보

이름 Briefly: AI meeting summary & email follow up Briefly: AI meeting summary & email follow up
ID bjmgcelbpkgmofiogkmleblcmecflldk
공식 URL https://chromewebstore.google.com/detail/briefly-ai-meeting-summar/bjmgcelbpkgmofiogkmleblcmecflldk
설명 Capture meeting notes, transcribe, summarize and gather insights without distraction.
파일 크기 434 KB
설치 횟수 5,326
현재 버전 0.301
최근 업데이트 2024-02-20
출시 날짜 2023-01-05
평점 4.75/5 총 16 개의 평점
개발자 Briefly App
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.brieflyai.com/
도움말 페이지 URL https://www.brieflyai.com/contact-us
개인정보 보호 정책 페이지 URL https://www.brieflyai.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Briefly: AI meeting summary & email follow up",
    "short_name": "Briefly",
    "description": "Capture meeting notes, transcribe, summarize and gather insights without distraction.",
    "version": "0.301",
    "background": {
        "service_worker": "src\/bg\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon32.png",
        "48": "icons\/icon32.png",
        "128": "icons\/icon32.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; form-action 'self'; frame-ancestors 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*-*-*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject-gmail.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/d2uoparhecajuz.cloudfront.net\/*",
                "*:\/\/app.brieflyai.com\/*"
            ],
            "js": [
                "src\/inject\/inject-web-ui.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/inject\/*.js",
                "*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon32.png",
            "24": "icons\/icon32.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Briefly",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCSKj0FKdKjLILGzJy98xb94YHvf8d3NyjUi7h5W\/XU9iEQqwVEAa6rOc4sESCcQg3N+ILPsIwsZtTAvt0f\/fxSBD2SSa9KVSCvMdgVCYtYv65Xxh8WI9BrnHNW4CTv++wtbsWrBVH+fVGMjiMrFXEK22PelCrPBKyt1f7m3MD50P1y7G4yK72hy2fSLdFwmDOpr\/n7xxV8c+l82k4\/q4y83AM4avQKitRwTQSM9b3KblEFwOG85B4Qfwgd3Jpjr580e67Y0p7BiF3F0A6eKX8MZ6WlzvvgFgrgM9KlmSPHyy2KqDuiHS3FaRWHQf\/c6xqVXpX47AaE3TWHCPAe3MQIDAQAB"
}