Loopin: AI meeting notes

Record, Transcribe, and Summarize meetings for free

Co je Loopin: AI meeting notes?

Loopin: AI meeting notes je rozšíření Chrome vyvinuté https://loopinhq.com, a jeho hlavní funkcí je „Record, Transcribe, and Summarize meetings for free“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Loopin: AI meeting notes

Stáhněte si soubory rozšíření Loopin: AI meeting notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Loopin: AI meeting notes Loopin: AI meeting notes
ID dmnfgophhaakmhecgbhggfakbkoklcen
Oficiální URL https://chromewebstore.google.com/detail/loopin-ai-meeting-notes/dmnfgophhaakmhecgbhggfakbkoklcen
Popis Record, Transcribe, and Summarize meetings for free
Velikost souboru 13.73 MB
Počet instalací 2,861
Aktuální Verze 4.5.0.40
Poslední Aktualizace 2023-09-29
Datum Vydání 2022-03-16
Hodnocení 4.71/5 Celkem 14 Hodnocení
Vývojář https://loopinhq.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://loopinhq.com
URL Stránky Zásad Ochrany Soukromí https://www.loopinhq.com/privacy-policy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}