Otter.ai: Record and transcribe meetings
Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.
Co to jest Otter.ai: Record and transcribe meetings?
Otter.ai: Record and transcribe meetings to rozszerzenie Chrome opracowane przez https://otter.ai, a jego główną funkcją jest „Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Otter.ai: Record and transcribe meetings
Pobierz pliki rozszerzeń Otter.ai: Record and transcribe meetings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Otter.ai: Record and transcribe meetings |
ID | bnmojkbbkkonlmlfgejehefjldooiedp |
Oficjalny URL | https://chromewebstore.google.com/detail/otterai-record-and-transc/bnmojkbbkkonlmlfgejehefjldooiedp |
Opis | Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries. |
Rozmiar pliku | 1.44 MB |
Liczba instalacji | 172,445 |
Aktualna Wersja | 2.18.3 |
Ostatnia Aktualizacja | 2023-11-15 |
Data Publikacji | 2020-12-13 |
Ocena | 2.53/5 Łącznie 30 Oceny |
Deweloper | https://otter.ai |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://otter.ai |
Adres URL Strony Pomocy | https://help.otter.ai |
Adres URL Strony Polityki Prywatności | https://otter.ai/privacy |
Obsługiwane Języki | 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": [ " |