Loopin: AI meeting notes

Record, Transcribe, and Summarize meetings for free

Vad är Loopin: AI meeting notes?

Loopin: AI meeting notes är en Chrome-tillägg utvecklad av https://loopinhq.com, och dess huvudfunktion är "Record, Transcribe, and Summarize meetings for free".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Loopin: AI meeting notes-förlängningens CRX-fil

Ladda ner Loopin: AI meeting notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Loopin: AI meeting notes Loopin: AI meeting notes
ID dmnfgophhaakmhecgbhggfakbkoklcen
Officiell webbadress https://chromewebstore.google.com/detail/loopin-ai-meeting-notes/dmnfgophhaakmhecgbhggfakbkoklcen
Beskrivning Record, Transcribe, and Summarize meetings for free
Filstorlek 13.73 MB
Antal Installationer 2,861
Aktuell Version 4.5.0.40
Senast Uppdaterad 2023-09-29
Publiceringsdatum 2022-03-16
Betyg 4.71/5 Totalt 14 Betyg
Utvecklare https://loopinhq.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://loopinhq.com
URL till Sekretesspolicy Sidan https://www.loopinhq.com/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}