Otter.ai: Record and transcribe meetings
Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.
O que é Otter.ai: Record and transcribe meetings?
Otter.ai: Record and transcribe meetings é uma extensão do Chrome desenvolvida por https://otter.ai, e sua principal característica é "Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Otter.ai: Record and transcribe meetings
Baixe arquivos de extensão Otter.ai: Record and transcribe meetings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Otter.ai: Record and transcribe meetings |
ID | bnmojkbbkkonlmlfgejehefjldooiedp |
URL Oficial | https://chromewebstore.google.com/detail/otterai-record-and-transc/bnmojkbbkkonlmlfgejehefjldooiedp |
Descrição | Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries. |
Tamanho do Arquivo | 1.44 MB |
Contagem de Instalações | 172,445 |
Versão Atual | 2.18.3 |
Última Atualização | 2023-11-15 |
Data de Publicação | 2020-12-13 |
Classificação | 2.53/5 Total de 30 Avaliações |
Desenvolvedor | https://otter.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://otter.ai |
URL da Página de Ajuda | https://help.otter.ai |
URL da Página de Política de Privacidade | https://otter.ai/privacy |
Idiomas Suportados | 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": [ " |