Supernormal: AI Meeting Notes
Call notes loved by extraordinary teams
Supernormal: AI Meeting Notesคืออะไร?
Supernormal: AI Meeting Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://supernormal.com และคุณลักษณะหลักของมันคือ "Call notes loved by extraordinary teams"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Supernormal: AI Meeting Notes
ดาวน์โหลดไฟล์ส่วนขยาย Supernormal: AI Meeting Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Supernormal automatically takes detailed meeting notes so you don’t have to! Supernormal uses state-of-the-art AI models including ChatGPT and GPT4 to automatically capture your meetings on Google Meet, MS Teams, and Zoom and instantly deliver detailed meeting notes with a transcript, detailed summary, and action items. With Supernormal, you can capture all kinds of meetings including 1:1s, client meetings, interviews, sales calls, and more. And Supernormal makes it easier than ever to collaborate on meeting notes after a meeting with automatic sharing and link-sharing, as well as integrations with your existing tools like Slack, Hubspot, Pipedrive, and Workable so your meeting notes are seamlessly incorporated with your existing workflows. More than 100,000 people trust Supernormal to capture their meetings including leaders at Fortune 500 companies, digital marketers, recruiters, salespeople, product managers, engineers, teachers, students, and anyone who wants detailed meeting notes without lifting a finger! Learn more ⬇️ 🆓 Supernormal is FREE Supernormal’s Starter plan is FREE and includes up to 10 meetings per month! 📝 Meeting Notes with Transcriptions Supernormal offers automatic transcription of your meetings in real time. Whether you're using Google Meet, Zoom, or Microsoft Teams, Supernormal captures what happens in your meeting, converting it into an accurate written transcription, so you can focus on the discussion without worrying about taking detailed notes. ✍️ Summaries and Action Items Supernormal goes beyond transcriptions by automatically generating meeting summaries. Leveraging advanced AI algorithms, Supernormal accurately extracts key points, decisions, and action items from the meeting transcriptions, saving you 5-10 minutes per meeting summarizing the discussion. 🪄Custom Sections Need something specific from your notes? No problem! With Custom Sections, you can prompt Supernormal to extract specific information from your meetings and add it as a new section to your notes. 📂 Tailor-Made Templates Supernormal understands that different types of meetings require specific formats. Supernormal has a library of pre-made templates designed for job interviews, presentations, one-on-ones, team meetings, sales calls, and more! You can also create your own custom templates by mixing and matching different pre-made template sections and custom sections. ⚡️ Action Item Management Supernormal simplifies task management by providing a centralized location for all action items that arise from meetings. You can assign tasks, set deadlines, and track progress within the app. This feature ensures accountability and enables efficient collaboration among team members. 🎥 Optional Meeting Recording Supernormal offers the flexibility to record your meetings. With the ability to record audio and video, you can revisit important moments or clarify any uncertainties. Meeting recordings are seamlessly synced with transcriptions, ensuring a comprehensive record of your discussions. 🔒 Secure and Private Supernormal prioritizes the privacy and security of your data. It does not utilize your personally identifiable information to train or improve AI models. Your meeting transcriptions and notes are securely stored and accessible only to you and the people they’re shared with. ➜ Help & Feedback Check out supernormal.com for additional information or visit our help center at help.supernormal.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Supernormal: AI Meeting Notes |
ID | fpcobpnccdedokpllpeefhkgcddaejfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/supernormal-ai-meeting-no/fpcobpnccdedokpllpeefhkgcddaejfl |
คำอธิบาย | Call notes loved by extraordinary teams |
ขนาดไฟล์ | 262 KB |
จำนวนการติดตั้ง | 61,730 |
เวอร์ชันปัจจุบัน | 3.3.11 |
อัปเดตครั้งล่าสุด | 2024-02-27 |
วันที่เผยแพร่ | 2020-11-29 |
คะแนน | 3.92/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | https://supernormal.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://supernormal.com/ |
URL หน้าช่วยเหลือ | https://help.supernormal.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://supernormal.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supernormal: AI Meeting Notes", "description": "Call notes loved by extraordinary teams", "manifest_version": 3, "action": { "default_title": "Supernormal", "default_icon": ".\/icons\/icon128.png", "default_popup": ".\/popup.html" }, "icons": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "minimum_chrome_version": "111.0.0.0", "content_scripts": [ { "js": [ ".\/googlemeetrtcplug.bundle.js" ], "world": "MAIN", "run_at": "document_start", "matches": [ "*:\/\/meet.google.com\/*-*-*" ] }, { "js": [ ".\/controls.bundle.js" ], "run_at": "document_end", "matches": [ "*:\/\/meet.google.com\/", "*:\/\/meet.google.com\/*-*-*" ] } ], "background": { "service_worker": ".\/background.bundle.js" }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "*.html", "*.svg", "*.png", "googlemeetrtcplug.bundle.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/meet.google.com\/*-*-*" ], "externally_connectable": { "matches": [ "http:\/\/localhost:3001\/*", "https:\/\/app.staging.supernormal.com\/*", "https:\/\/app.supernormal.com\/*" ] }, "version": "3.3.11" } |