Loopin: AI meeting notes

Record, Transcribe, and Summarize meetings for free

Что такое Loopin: AI meeting notes?

Loopin: AI meeting notes - это расширение Chrome, разработанное https://loopinhq.com, и его основная функция - "Record, Transcribe, and Summarize meetings for free".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Loopin: AI meeting notes

Скачайте файлы расширений Loopin: AI meeting notes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название Loopin: AI meeting notes Loopin: AI meeting notes
ID dmnfgophhaakmhecgbhggfakbkoklcen
Официальный URL https://chromewebstore.google.com/detail/loopin-ai-meeting-notes/dmnfgophhaakmhecgbhggfakbkoklcen
Описание Record, Transcribe, and Summarize meetings for free
Размер файла 13.73 MB
Количество установок 2,861
Текущая Версия 4.5.0.40
Последнее Обновление 2023-09-29
Дата публикации 2022-03-16
Рейтинг 4.71/5 Всего 14 оценок
Разработчик https://loopinhq.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://loopinhq.com
URL страницы политики конфиденциальности https://www.loopinhq.com/privacy-policy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}