Otter.ai: Record and transcribe meetings

Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.

Cos'è Otter.ai: Record and transcribe meetings?

Otter.ai: Record and transcribe meetings è un'estensione di Chrome sviluppata da https://otter.ai, e la sua funzione principale è "Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Otter.ai: Record and transcribe meetings

Scarica i file di estensione Otter.ai: Record and transcribe meetings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Otter.ai: Record and transcribe meetings Otter.ai: Record and transcribe meetings
ID bnmojkbbkkonlmlfgejehefjldooiedp
URL Ufficiale https://chromewebstore.google.com/detail/otterai-record-and-transc/bnmojkbbkkonlmlfgejehefjldooiedp
Descrizione Get a meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.
Dimensione del File 1.44 MB
Conteggio Installazioni 172,445
Versione Corrente 2.18.3
Ultimo Aggiornamento 2023-11-15
Data di Pubblicazione 2020-12-13
Valutazione 2.53/5 Totale 30 Valutazioni
Sviluppatore https://otter.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://otter.ai
URL della Pagina di Aiuto https://help.otter.ai
URL della Pagina della Politica sulla Privacy https://otter.ai/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjRKDa\/RUbzg7\/5j+x7BU\/0dBnpwZ0VoQGJX6rSE+ml5Zj37RxMRKzTGv7ZeCBWJEAIYmPTQv75wTTsMGEZly7v4YrAi86Y2PdPoeNc+jqrq4f0MovJ6n6OQtlxNbZ6WaB0scaQJm7IWTxV0rHcmdD09XQwbp8X5z+6alwXC1PPkh+e4v2w5DpLHMg9df9esFditjcHsaEwsIUvxQBq3PvEzuzsIjxo0mRJ2Pql1OnZjHMJcv07hxHb\/zgnCfeVmUL+BA03SRUfRLEmheNPYqmJYuRYEn1t2BAjAdiYQkXehmS8EFhzArYTUsKC85F4gJInTEOINuiFm7PXdzuCmnewIDAQAB",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.18.3",
    "externally_connectable": {
        "ids": [
            "bnmojkbbkkonlmlfgejehefjldooiedp"
        ],
        "matches": [
            "*:\/\/meet.google.com\/*",
            "https:\/\/calendar.google.com\/*",
            "*:\/\/*.zoom.us\/*",
            "*:\/\/*.zoom.com\/*"
        ]
    }
}