Briefly: AI meeting summary & email follow up
Capture meeting notes, transcribe, summarize and gather insights without distraction.
What is Briefly: AI meeting summary & email follow up?
Briefly: AI meeting summary & email follow up is a Chrome extension developed by Briefly App, and its main feature is "Capture meeting notes, transcribe, summarize and gather insights without distraction.".
Extension Screenshots
Download Briefly: AI meeting summary & email follow up Extension CRX File
Download Briefly: AI meeting summary & email follow up extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Briefly: AI meeting summary & email follow up |
ID | bjmgcelbpkgmofiogkmleblcmecflldk |
Official URL | https://chromewebstore.google.com/detail/briefly-ai-meeting-summar/bjmgcelbpkgmofiogkmleblcmecflldk |
Description | Capture meeting notes, transcribe, summarize and gather insights without distraction. |
File Size | 434 KB |
Installation Count | 5,326 |
Current Version | 0.301 |
Last Updated | 2024-02-20 |
Publish Date | 2023-01-05 |
Rating | 4.75/5 Total 16 Ratings |
Developer | Briefly App |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.brieflyai.com/ |
Help Page URL | https://www.brieflyai.com/contact-us |
Privacy Policy Page URL | https://www.brieflyai.com/privacy-policy |
Supported Languages | 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" } |