WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Meeting Summaries: Zoom, Meet & MS Teams

AI Meeting Summaries: Zoom, Meet & MS Teams

View on Chrome Web Store
View AI Meeting Summaries: Zoom, Meet & MS Teams Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (9 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.

Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams.
Type
Extension
Users
3,000 users
1K
Sembly AI
View author page of Sembly AI
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 27, 2022
Version 1.5.0
Manifest version
3
Updated
Updated on March 4, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View AI Meeting Summaries: Zoom, Meet & MS Teams 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",
    "manifest_version": 3,
    "name": "AI Meeting Summaries: Zoom, Meet & MS Teams",
    "description": "Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams.",
    "version": "1.5.0",
    "homepage_url": "https:\/\/sembly.ai",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "favicon-32x32.png",
            "256": "favicon-256x256.png"
        }
    },
    "icons": {
        "32": "favicon-32x32.png",
        "256": "favicon-256x256.png"
    },
    "permissions": [
        "cookies"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/sembly-calendar.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/webapp.sembly.ai\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/webapp.sembly.ai\/*"
        ]
    }
}
© 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