Otter.ai: Record and transcribe meetings
Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.
什么是Otter.ai: Record and transcribe meetings?
Otter.ai: Record and transcribe meetings是由https://otter.ai开发的Chrome扩展程序,该扩展的主要功能是“Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.”。
扩展截图
下载Otter.ai: Record and transcribe meetings扩展crx文件
下载Otter.ai: Record and transcribe meetings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Otter leverages its proprietary AI to write meeting notes in real time and share them with everyone so they can collaborate during meetings. When connected to your Microsoft Outlook or Google calendar, Otter can automatically join virtual meetings with OtterPilot™ to record and transcribe the meeting. It also shares live transcripts with meeting participants so that everyone can collaborate by adding highlights and comments. The Otter.ai Chrome extension intelligently detects when you open a virtual meeting link in your browser, or add one to a calendar event, and provides a quick and easy way to OtterPilot that meeting – ensuring you never miss a key moment from the meeting. The Otter.ai Chrome extension is compatible with Zoom, Google Meet, and Google Calendar. HOW TO PIN THE EXTENSION AND LOG IN: - After downloading, tap the extension icon, then tap the pin icon to add it to your browser bar. - Tap the pinned Otter logo in your browser bar to log in to or sign up for an Otter account. HOW TO USE WITH ZOOM: - Open a Zoom URL in your Chrome browser. - An Otter extension pop-up will open and ask if you want to OtterPilot the meeting to get an automatic meeting summary (however, if OtterPilot is already scheduled to attend the meeting, you will not receive this pop-up). - If you OtterPilot your meeting, your live notes will open in a new tab in your browser. - Your current meeting notes will be auto-shared to your calendar guests, and you have the option to enable OtterPilot to join all future meetings from the same pop-up. - Go to Settings to edit the share settings for all of your future meetings. HOW TO USE WITH GOOGLE MEET: - Open a Google Meet URL in your Chrome browser. - An Otter extension pop-up will open and ask if you want to OtterPilot the meeting to get an automatic meeting summary. - From the same pop-up, you also have the option to manually record on your device. - If you OtterPilot your meeting, a small in-window pop-up (only visible to you) with your live meeting notes will appear in your Google Meet interface. HOW TO USE WITH GOOGLE CALENDAR: - After signing in to the Otter extension, when you open Google Calendar, an option to “Add Otter Meeting Notes” will appear anytime you create or edit a calendar event. - Upon tapping the button to “Add Otter Meeting Notes”, one of two things will happen: - If your calendar is connected in Otter and there is a Zoom or Google Meet link in your calendar event, OtterPilot will automatically be sent to that meeting. - If there is not a Zoom or Google meet link in your calendar event, a meeting note will be added with instructions to manually record on your device. CONTACT US • Support: https://help.otter.ai • Facebook: @OtterAI • LinkedIn: Otter.ai • Twitter: @Otter_ai • Web: otter.ai
扩展基本信息
名称 | Otter.ai: Record and transcribe meetings |
ID | bnmojkbbkkonlmlfgejehefjldooiedp |
官方URL | https://chromewebstore.google.com/detail/otterai-record-and-transc/bnmojkbbkkonlmlfgejehefjldooiedp |
简介 | Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries. |
文件大小 | 1.44 MB |
安装次数 | 172,445 |
当前版本 | 2.18.3 |
更新时间 | 2023-11-15 |
上架时间 | 2020-12-13 |
评分 | 2.53/5 共30次评分 |
开发者 | https://otter.ai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://otter.ai |
帮助页面URL | https://help.otter.ai |
隐私政策页面URL | https://otter.ai/privacy |
支持的语言 | en |
manifest.json | |
{ "short_name": "Otter.ai", "name": "Otter.ai: Record and transcribe meetings", "description": "Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.", "manifest_version": 3, "action": { "default_icon": "assets\/img\/png-icons\/icon-logo-128x128.png", "default_title": "Otter.ai", "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/png-icons\/icon-logo-16x16.png", "48": "assets\/img\/png-icons\/icon-logo-48x48.png", "128": "assets\/img\/png-icons\/icon-logo-128x128.png" }, "permissions": [ "cookies", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/otter.ai\/*", "https:\/\/api.aisense.com\/*", "*:\/\/meet.google.com\/*", "*:\/\/calendar.google.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/*", "*:\/\/meet.google.com\/*", "*:\/\/*.zoom.us\/*", "*:\/\/*.zoom.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "index.html", "popup.html", "runtime.js", "polyfills.js", "styles.js", "vendor.js", "main.js", "amplitude.js", "assets\/*" ], "matches": [ " |