WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

Krisp: AI Note Taker for Meet, Zoom, Teams

Krisp: AI Note Taker for Meet, Zoom, Teams

View on Chrome Web Store
View Krisp: AI Note Taker for Meet, Zoom, Teams Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
2 new ratings
13 views
This extension has been viewed 13 times

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

AI meeting note taker that records, transcribes, and summarizes your meetings across all conferencing apps.
Type
Extension
Users
20,000 users
10K
krisp.ai
View author page of krisp.ai
Published
Published on April 8, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on April 30, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Krisp: AI Note Taker for Meet, Zoom, 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": "Krisp: AI Note Taker for Meet, Zoom, Teams",
    "description": "AI meeting note taker that records, transcribes, and summarizes your meetings across all conferencing apps.",
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Krisp: AI Note Taker for Meet, Zoom, Teams",
        "default_icon": {
            "16": "displayIcon\/signedOut\/ico16x16.png",
            "24": "displayIcon\/signedOut\/ico24x24.png",
            "32": "displayIcon\/signedOut\/ico32x32.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.krisp.ai\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/calendar.google.com\/*"
    ],
    "icons": {
        "16": "displayIcon\/ico16x16.png",
        "48": "displayIcon\/ico48x48.png",
        "128": "displayIcon\/ico128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "patch.js",
                "worklet.js",
                "content.css",
                "KrispAI\/index.htm"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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