WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bardeen: Automate Browser Apps with AI

Bardeen: Automate Browser Apps with AI

View on Chrome Web Store
View Bardeen: Automate Browser Apps with AI Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (400 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Build automation with ChatGPT, Sheets, and other web apps. Scrape, export & extract data with AI to improve sales & productivity
Type
Extension
Users
200,000 users
Website bardeen.ai
Bardeen
View author page of Bardeen
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 10, 2020
Version 3.25.0
Manifest version
3
Updated
Updated on June 15, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bardeen: Automate Browser Apps with AI 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",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/bardeen-16.png",
            "32": "icons\/bardeen-32.png"
        },
        "default_title": "Bardeen: Automate Browser Apps with AI"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/bardeen-16.png",
        "32": "icons\/bardeen-32.png",
        "48": "icons\/bardeen-48.png",
        "72": "icons\/bardeen-72.png",
        "96": "icons\/bardeen-96.png",
        "128": "icons\/bardeen-128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "short_name": "Bardeen",
    "permissions": [
        "activeTab",
        "alarms",
        "bookmarks",
        "contextMenus",
        "history",
        "notifications",
        "scripting",
        "storage",
        "tabs",
        "tts",
        "unlimitedStorage",
        "webNavigation",
        "offscreen",
        "gcm"
    ],
    "host_permissions": [
        "<all_urls>",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "content_scripts": [
        {
            "js": [
                "website-interactive.js"
            ],
            "css": [
                "website-interactive.css"
            ],
            "matches": [
                "*:\/\/*.bardeen.ai\/*",
                "*:\/\/bardeen.webflow.io\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "web-onboarding.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/www.bardeen.ai\/start*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "page-events.js"
            ],
            "css": [],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_origin_as_fallback": true
        },
        {
            "js": [
                "go-back.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/d\/1XMwFKr_elU-JXc9M0GZmyMZAQcXZdZ4luFnHi-kXPv8\/*",
                "https:\/\/docs.google.com\/spreadsheets\/d\/1AzaKvWw-4Ikm-0G_ql9B6n4PVa4ZS5xXVWERKHmdABk\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "js": [
                "fake-scraper.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/www.bardeen.ai\/bardeen-summit"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.gif",
                "*.jpg",
                "*.png",
                "*.svg",
                "*.woff2",
                "*.webm",
                "*.css",
                "*.blob",
                "startup-status.html",
                "offscreen-dom.html",
                "iframe.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "run_magicbox": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "Run Bardeen Magicbox"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B"
            }
        }
    },
    "version": "3.25.0"
}
© 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