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은(는) Sembly AI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | AI Meeting Summaries: Zoom, Meet & MS Teams |
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\/*" ] } |