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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Briefly App และคุณลักษณะหลักของมันคือ "Capture meeting notes, transcribe, summarize and gather insights without distraction."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Briefly: AI meeting summary & email follow up
ดาวน์โหลดไฟล์ส่วนขยาย Briefly: AI meeting summary & email follow up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } |