WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MeetGeek: AI Meeting Notes, Transcripts & Screen Recording

MeetGeek: AI Meeting Notes, Transcripts & Screen Recording

View on Chrome Web Store
View MeetGeek: AI Meeting Notes, Transcripts & Screen Recording Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (14 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Get automatic recordings, transcripts, and summaries for online meetings on Google Meet, Zoom, and Teams.
Type
Extension
Users
10,000 users
1K
Website meetgeek.ai
app
View author page of app
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 7, 2024
Version 1.4.2
Manifest version
3
Updated
Updated on June 20, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MeetGeek: AI Meeting Notes, Transcripts & Screen Recording Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get automatic recordings, transcripts, and summaries for online meetings on Google Meet, Zoom, and Teams.",
    "version": "1.4.2",
    "manifest_version": 3,
    "name": "MeetGeek: AI Meeting Notes, Transcripts & Screen Recording",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "sidePanel",
        "identity",
        "cookies",
        "tabs",
        "webRequest",
        "storage",
        "desktopCapture",
        "downloads",
        "windows"
    ],
    "host_permissions": [
        "https:\/\/*.meetgeek.ai\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/apps.google.com\/meet\/*",
        "https:\/\/*.teams.microsoft.com\/*",
        "https:\/\/teams.live.com\/*",
        "https:\/\/*.zoom.us\/*",
        "https:\/\/*.zoom.com\/*",
        "https:\/\/*.zoomgov.com\/*",
        "https:\/\/*.webex.com\/*",
        "https:\/\/*.webex.co.uk\/*",
        "https:\/\/*.gotomeeting.com\/*",
        "https:\/\/*.goto.com\/*",
        "https:\/\/discord.com\/*",
        "https:\/\/*.slack.com\/*",
        "https:\/\/meet.jit.si\/*",
        "https:\/\/*.jitsi.org\/*",
        "https:\/\/*.whereby.com\/*",
        "https:\/\/*.miro.com\/*"
    ],
    "action": {
        "default_title": "Click to open panel",
        "default_icon": "icon-48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "screen-recorder.html",
                "recorder.bundle.js",
                "content.styles.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/[a-z][a-z][a-z]-[a-z][a-z][a-z][a-z]-[a-z][a-z][a-z]*",
                "https:\/\/meet.google.com\/*-*-*",
                "https:\/\/*.teams.microsoft.com\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoom.com\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/*.webex.com\/*",
                "https:\/\/*.webex.co.uk\/*",
                "https:\/\/*.gotomeeting.com\/*",
                "https:\/\/*.goto.com\/*",
                "https:\/\/discord.com\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/meet.jit.si\/*",
                "https:\/\/*.jitsi.org\/*",
                "https:\/\/*.whereby.com\/*",
                "https:\/\/miro.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/*.ingest.sentry.io https:\/\/*.ingest.de.sentry.io https:\/\/*.meetgeek.ai ws:\/\/localhost:3000",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; script-src-elem 'self' https:\/\/maps.googleapis.com"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top