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 |
官方網址 | 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": [ " |