WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Krisp: AI meeting assistant

Krisp: AI meeting assistant

View on Chrome Web Store
View Krisp: AI meeting assistant Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
2 new ratings
3 views
This extension has been viewed 3 times

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

AI-Assistant for collaborative meetings that helps you record, transcribe and summarize your meetings
Type
Extension
Users
8,000 users
2K
krisp.ai
View author page of krisp.ai
Published
Published on April 8, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on April 8, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Krisp: AI meeting assistant 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 meeting assistant",
    "description": "AI-Assistant for collaborative meetings that helps you record, transcribe and summarize your meetings",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Krisp MA",
        "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