AI Meeting Summaries: Zoom, Meet & MS Teams
Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams.
Τι είναι το AI Meeting Summaries: Zoom, Meet & MS Teams;
Το AI Meeting Summaries: Zoom, Meet & MS Teams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sembly AI, και η κύρια λειτουργία του είναι "Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AI Meeting Summaries: Zoom, Meet & MS Teams
Λήψη αρχείων επέκτασης AI Meeting Summaries: Zoom, Meet & MS Teams σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can easily review & share meeting takeaways, meeting records and transcriptions from your Sembly account ⭐
Sembly is available in English across Web, iOS & Android mobile apps.
ℹ️ HOW TO USE SEMBLY FOR GOOGLE MEET | ZOOM | MS TEAMS MEETINGS
• Add Sembly extension to your Chrome browser
• Pin the extension to the Chrome toolbar
• Click on the Sembly icon in your toolbar to open the extension, sign up or log in
• Start meeting in your browser or copy the meeting link from your calendar
• Open extension and paste the meeting invite URL address
• Push the “Invite” button and Sembly Agent will join your meeting automatically
• Pause and stop the recording right from the extension
• Review your meeting results
• Automated Meeting Minutes are generated in a single click and can be edited, exported or shared with anyone
ℹ️ HOW TO USE SEMBLY WITH GOOGLE & OUTLOOK CALENDAR:
• Connect your Calendar in the settings of Sembly web application
• Set the agent to join all your meetings, only the meetings you created, or manually join the meetings
• You're all set!
🔥 Sembly AI features that save you tons of time:
• Calendar integration and quick invite by link or email
• VoiceID & Speaker identification
• In-meetings voice commands
• Cross- and in-meeting search
• Sentiment analysis
• AI-generated meeting summary Glance View
• Key Items detection (Risks, Issues, Events, Actions, Requirements & Due Dates)
• Automatic Meeting Minutes
• Automated note-taking
• Workspaces for your team
• Export transcripts, meeting summaries, and key items to the PDF or easily copy tasks and tickets to the cloud collaboration tools like Trello, HubSpot, Slack, Notion, Jira, etc.
🚀 Suits for any type of meetings:
• Internal or clients meetings
• Customer interviews, feedback or demos
• Product & user research
• Hiring and recruiting calls
• Online webinars & events
• Online classes & lectures
• Marketing surveys & market research
• Meeting follow ups
• Presentations & masterclasses
• Scrum & Agile meetings
• Transcribing video calls into Google Docs
🔒 SECURITY & PRIVACY:
Privacy and security are our top priorities. Our technology and processes undergo rigorous audits to ensure compliance with all applicable regulatory requirements.
• Sembly is GDPR compliant
• SOC2 certified
📧 CONTACT US
• Support: https://sembly-ai.zendesk.com/hc/en-us
• Facebook: @SemblyAI
• LinkedIn: Semblyai
• Twitter: @sembly_ai Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kgncmlkaopailaafofodciacppkjcenl |
| Επίσημο URL | https://chromewebstore.google.com/detail/ai-meeting-summaries-zoom/kgncmlkaopailaafofodciacppkjcenl |
| Περιγραφή | Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams. |
| Μέγεθος Αρχείου | 957 KB |
| Αριθμός Εγκαταστάσεων | 2,087 |
| Τρέχουσα Έκδοση | 1.4.1 |
| Τελευταία Ενημέρωση | 2024-01-12 |
| Ημερομηνία Δημοσίευσης | 2022-07-26 |
| Αξιολόγηση | 4.56/5 Συνολικά 9 Αξιολογήσεις |
| Προγραμματιστής | Sembly AI |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | in_app |
| Ιστότοπος Επέκτασης | https://www.sembly.ai |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://sembly-ai.zendesk.com/hc/en-us |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.sembly.ai/wp-content/uploads/2021/09/privacy.pdf |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AI Meeting Summaries: Zoom, Meet & MS Teams",
"description": "Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams.",
"version": "1.4.1",
"homepage_url": "https:\/\/sembly.ai",
"action": {
"default_popup": "index.html",
"default_icon": {
"32": "favicon-32x32.png",
"256": "favicon-256x256.png"
}
},
"icons": {
"32": "favicon-32x32.png",
"256": "favicon-256x256.png"
},
"permissions": [
"cookies"
],
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/calendar\/*"
],
"js": [
".\/static\/js\/content.js"
],
"css": [
".\/sembly-calendar.css"
]
}
],
"host_permissions": [
"*:\/\/webapp.sembly.ai\/*",
"*:\/\/*.semblyai.com\/*",
"*:\/\/localhost\/*"
]
} | |