WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
PixieBrix BETA

PixieBrix BETA

View on Chrome Web Store
View PixieBrix BETA Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
35 views
This extension has been viewed 35 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.

Customize, extend, and integrate your favorite SaaS apps without writing a line of code!
Type
Extension
Users
5,000 users
1K
PixieBrix, Inc.
View author page of PixieBrix, Inc.
Published
Published on April 4, 2024
Version 2.3.3.2010
Manifest version
3
Updated
Updated on June 26, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View PixieBrix BETA 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,
    "author": "PixieBrix, Inc.",
    "name": "PixieBrix BETA",
    "short_name": "PixieBrix BETA",
    "description": "Customize, extend, and integrate your favorite SaaS apps without writing a line of code!",
    "homepage_url": "https:\/\/www.pixiebrix.com",
    "minimum_chrome_version": "128.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; font-src 'self' https:\/\/fonts.gstatic.com; connect-src 'self' http: https: wss: data:; object-src 'self'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline' https:; frame-src 'self' http: https:;",
        "sandbox": "sandbox allow-scripts allow-forms; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.googleapis.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_idle",
            "match_origin_as_fallback": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.googleapis.com\/*"
            ],
            "js": [
                "hotkeyContentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_origin_as_fallback": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "loadActivationEnhancements.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.pixiebrix.com\/*"
            ],
            "js": [
                "setExtensionIdInApp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "optional_permissions": [
        "clipboardWrite"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "tabs",
        "tabCapture",
        "webNavigation",
        "contextMenus",
        "alarms",
        "scripting",
        "offscreen",
        "sidePanel",
        "system.memory"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "devtools_page": "devtools.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.pixiebrix.com\/*"
        ]
    },
    "storage": {
        "managed_schema": "managedStorageSchema.json"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "bundles\/*",
                "sandbox.html",
                "frame.html",
                "sidebar.html",
                "pageScript.js",
                "ephemeralForm.html",
                "permissionsFrame.html",
                "walkthroughModal.html",
                "ephemeralPanel.html",
                "hideUiModal.html",
                "audio\/*",
                "user-icons\/*",
                "img\/*",
                "*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "PixieBrix",
        "default_icon": {
            "16": "icons\/inactive\/logo16.png",
            "32": "icons\/inactive\/logo32.png",
            "48": "icons\/inactive\/logo48.png",
            "128": "icons\/inactive\/logo128.png"
        }
    },
    "commands": {
        "toggle-quick-bar": {
            "description": "Toggle Quick Bar",
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            }
        }
    },
    "background": {
        "service_worker": "background.worker.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "version": "2.3.3.2010",
    "version_name": "2.3.3-beta.10",
    "icons": {
        "16": "icons\/beta\/logo16.png",
        "32": "icons\/beta\/logo32.png",
        "48": "icons\/beta\/logo48.png",
        "128": "icons\/beta\/logo128.png"
    }
}
© 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