WebExtension.net
Toggle dark mode
WebExtension.net

Bubbles - AI Meeting Notes & Screen Recorder

View on Chrome Web Store
View Bubbles - AI Meeting Notes & Screen Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (110 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Bubbles is a free screen recorder and AI meeting notetaker to help turn conversations into actions.
Type
Extension
Users
30,000 users
10K
Website usebubbles.com
cws-devs
View author page of cws-devs
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 24, 2019
Version 2.87.0.0
Manifest version
3
Updated
Updated on August 2, 2024
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bubbles - AI Meeting Notes & Screen Recorder 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",
    "name": "Bubbles - AI Meeting Notes & Screen Recorder",
    "short_name": "Bubbles",
    "version": "2.87.0.0",
    "manifest_version": 3,
    "description": "Bubbles is a free screen recorder and AI meeting notetaker to help turn conversations into actions.",
    "background": {
        "service_worker": "dist\/background-script.min.js"
    },
    "incognito": "split",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "dist\/static\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.usebubbles.com\/*",
            "https:\/\/*.localbubbles.com:3000\/*",
            "https:\/\/dev--usebubbles.netlify.app\/*",
            "https:\/\/staging--usebubbles.netlify.app\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.usebubbles.com\/*",
                "https:\/\/*.localbubbles.com:3000\/*",
                "https:\/\/dev--usebubbles.netlify.app\/*",
                "https:\/\/staging--usebubbles.netlify.app\/*"
            ],
            "js": [
                "dist\/content-scripts\/no-install-button.min.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/*.usebubbles.com\/faq-access-microphone",
                "https:\/\/*.usebubbles.webflow.io\/faq-access-microphone",
                "https:\/\/*.usebubbles.com\/faq-unblock-microphone",
                "https:\/\/*.usebubbles.webflow.io\/faq-unblock-microphone"
            ],
            "js": [
                "dist\/content-scripts\/inject-access-mic-iframe.min.js"
            ]
        }
    ],
    "action": {
        "default_title": "Bubbles",
        "default_icon": {
            "16": "assets\/[email protected]",
            "32": "assets\/[email protected]",
            "64": "assets\/[email protected]"
        }
    },
    "commands": {
        "create_bubble": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            },
            "description": "Create new bubble"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "assets\/[email protected]",
        "32": "assets\/[email protected]",
        "48": "assets\/[email protected]",
        "64": "assets\/[email protected]",
        "96": "assets\/[email protected]",
        "128": "assets\/[email protected]",
        "194": "assets\/[email protected]",
        "256": "assets\/[email protected]",
        "512": "assets\/[email protected]"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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