AI Meeting Summaries: Zoom, Meet & MS Teams

AI Meeting Summaries: Zoom, Meet & MS Teams

Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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.4.1",
  "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"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/calendar/*"
      ],
      "js": [
        "./static/js/content.js"
      ],
      "css": [
        "./sembly-calendar.css"
      ]
    }
  ],
  "host_permissions": [
    "*://webapp.sembly.ai/*",
    "*://*.semblyai.com/*",
    "*://localhost/*"
  ]
}