Loopin: AI meeting notes

Record, Transcribe, and Summarize meetings for free

Apa itu Loopin: AI meeting notes?

Loopin: AI meeting notes adalah ekstensi Chrome yang dikembangkan oleh https://loopinhq.com, dan fitur utamanya adalah "Record, Transcribe, and Summarize meetings for free".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Loopin: AI meeting notes

Unduh file ekstensi Loopin: AI meeting notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Running productive meetings can be exhausting. Agenda in calendar invites, pre-reads on Notion, previous notes in emails, and tasks on Asana mean confused meeting participants. Scrambling through multiple tools right before the meeting is no fun. Loopin is the perfect AI meeting assistant.

Say goodbye to messy notes. Capture and organize notes, automatically.

***
FEATURES
***

🔮 Automatic Meeting Summary
Loopin uses ChatGPT (GPT-4) to record, transcribe, and summarize meetings into beautifully written notes with key decisions, action items, and important updates.

🤖 NO BOTS
Keep it real, keep it personal. No bots join the call. Join the meeting and start summarizing in one click.

🎥 All Platforms Supported
Loopin works with Google Meet, MS Teams and Zoom. For all other platforms, simply record using tool of choice and upload the meeting on Loopin.

🔎 Chat with your meetings
Search any information and derive insights from your meetings just by asking Loopin AI – Chat GPT style conversational assistant for your meeting knowledge.

📅 Multiple Sign-in Ecosystems:
We believe in making things easy for you. That's why we offer cross-platform signup – whether you're Team Google or Team Microsoft, we're here to welcome you! Your seamless journey starts here!

🧠 Meeting Prep
Back to back meeting? Wh.. what! Get recap and talking points for upcoming meeting from meeting notes and emails.

📝 Meeting Templates
Structure your meeting and notes by picking from a variety of meeting templates for any type of meeting. Or create custom meeting templates.

🌐 Share notes
Keep up the meeting momentum by sharing meeting notes with your team via Email, Slack or Hubspot - right from Loopin.

🌎 Hola. Bonjour. Nǐ hǎo.
Loopin understands an provides summaries in over 10 different languages. Missing a language? Let us know.

Loopin can handle meetings ranging from daily stand ups, 1:1s, sales meetings, scrum meetings, daily syncs, review meetings, brainstorming meetings, quarterly planning, project kick-off meetings, team meetings, one-on-ones, recurring meetings, or board meetings – you name it!

Perfect for:
- Sales Teams
- Customer Support
- Marketing Teams
- UX Research and Design Teams
- Product & Engineering
- CXOs and Executives

Free alternative to tl;dv, Tactiq, Fireflies, and Otter.ai.

SUPPORT
Loopin Team is available 24x7 to help. Reach out to us through Chat or email us on [email protected]                    

Informasi Dasar Ekstensi

Nama Loopin: AI meeting notes Loopin: AI meeting notes
ID dmnfgophhaakmhecgbhggfakbkoklcen
URL Resmi https://chromewebstore.google.com/detail/loopin-ai-meeting-notes/dmnfgophhaakmhecgbhggfakbkoklcen
Deskripsi Record, Transcribe, and Summarize meetings for free
Ukuran File 13.73 MB
Jumlah Instalasi 2,861
Versi Saat Ini 4.5.0.40
Terakhir Diperbarui 2023-09-29
Tanggal Publikasi 2022-03-16
Penilaian 4.71/5 Total 14 Penilaian
Pengembang https://loopinhq.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://loopinhq.com
URL Halaman Kebijakan Privasi https://www.loopinhq.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Loopin: AI meeting notes",
    "description": "Record, Transcribe, and Summarize meetings for free",
    "version": "4.5.0.40",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/logo-16x16-blue-solid.png",
        "32": ".\/images\/logo-32x32-blue-solid.png",
        "48": ".\/images\/logo-48x48-blue-solid.png",
        "128": ".\/images\/logo-blue.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_icon": {
            "16": ".\/images\/logo-16x16-blue-solid.png",
            "32": ".\/images\/logo-32x32-blue-solid.png",
            "48": ".\/images\/logo-48x48-blue-solid.png",
            "128": ".\/images\/logo-blue.png"
        },
        "default_title": "Press Ctrl(Win)\/Command(Mac)+Shift+L to open extension, Loopin"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "permissions": [
        "cookies",
        "storage",
        "idle",
        "alarms",
        "scripting",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "app.js"
            ],
            "exclude_matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/",
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/teams.live.com\/*",
                "http:\/\/teams.live.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "http:\/\/teams.microsoft.com\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/",
                "https:\/\/teams.live.com\/*",
                "http:\/\/teams.live.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "http:\/\/teams.microsoft.com\/*"
            ],
            "js": [
                "notification.js"
            ],
            "css": [
                "styles\/notification.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/"
            ],
            "js": [
                "openExtensionInMeeting.js",
                "addGmeetEndPopup.js",
                "googleMeetRecording.js"
            ],
            "css": [
                "styles\/addGmeetEndPopup.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/teams.live.com\/*",
                "http:\/\/teams.live.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "http:\/\/teams.microsoft.com\/*"
            ],
            "js": [
                "openExtensionInTeam.js",
                "teamRecording.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "addAppToGoogleCalendar.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "calendarButton.js"
            ],
            "css": [
                "styles\/gcal.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/global.css"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*.loopinhq.com\/",
        "https:\/\/*.loopinhq.com\/",
        "https:\/\/*.sentry.io\/*",
        "*:\/\/*\/loopin*",
        "*:\/\/*\/sentry.io*",
        "file:\/\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.loopinhq.com\/*",
            "https:\/\/*.loopinhq.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.bundle.js",
                "popup.html",
                "notification.js",
                "openExtensionInMeeting.js",
                "openExtensionInTeam.js",
                "styles\/global.css",
                "addAppToGoogleCalendar.js",
                "googleMeetRecording.js",
                "calendarButton.js",
                "login.js",
                "images\/*",
                "index.html",
                "index.html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}