PixieBrix

Customize, extend, and integrate your favorite SaaS apps without writing a line of code!

Co je PixieBrix?

PixieBrix je rozšíření Chrome vyvinuté https://pixiebrix.com, a jeho hlavní funkcí je „Customize, extend, and integrate your favorite SaaS apps without writing a line of code!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PixieBrix

Stáhněte si soubory rozšíření PixieBrix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        PixieBrix is a development platform to rapidly create custom browser mods.

Stop creating yet another screen. PixieBrix is the first low-code platform to add automation, integrations, collaboration, and AI to the web apps your teams already use.

With PixieBrix, develop mods that combine the benefits of today's popular productivity extensions: 

- Copilots
- Writing Assistants
- Bookmarks
- Scrapers
- Checklists

And more, to create the perfect UX for your team.

----------------------------------------------  

BATTERIES INCLUDED

PixieBrix includes everything development teams need: 

- Low-code Page Editor provides instant feedback
- Pre-made bricks to extract, collect, transform, integrate, and display data and applications
- 1-click deployments
- Enterprise-grade security

PixieBrix’s Browser Extension technology puts your creations at your team’s fingertips. 

Modernize web apps you don’t control

- 3rd party sites
- Unmaintained internal web apps
- SaaS missing add-in frameworks
- SaaS with no admin access

Transcend the tab: deliver cross-tab capabilities

- Artificial Intelligence
- Automation
- Integrations
- Collaboration

----------------------------------------------  

RAPID LOW-CODE DEVELOPMENT

No more recompiling or reloading — the point-and-click Page Editor provides instant feedback. PixieBrix comes with hundreds of pre-made bricks to extract, collect, transform, integrate, automate, modify, and display your data and applications. Or, create your own.

- Data Extraction
- Form Design
- Panel Design

----------------------------------------------  

USE YOUR APPLICATIONS AND APIS

PixieBrix works where your team works. Modify any internal or external site, and connect via pre-built integrations or call any REST API. 

- Productivity Tools
- Collaboration Tools
- Automation Tools
- Project Tools
- Data/AI APIs

----------------------------------------------  

ENTERPRISE SCALABILITY AND SECURITY

Seamlessly deploy in a few clicks — Zero DevOps required.

- Role- and Group-Based Access Control
- Telemetry and auditing
- SAML SSO
- SOC 2

----------------------------------------------  

GET IN TOUCH

Support: [email protected]
Videos: https://www.youtube.com/@pixiebrix
Slack Community: https://slack.pixiebrix.com/
Tutorials: https://docs.pixiebrix.com/tutorials
Page Editor Guide: https://docs.pixiebrix.com/page-editor-guide

The extension source code is available at: https://github.com/pixiebrix/pixiebrix-extension 

### 

Release notes are available at: https://docs.pixiebrix.com/release-notes

Our privacy policy lists all of the required/optional permissions, and why the extension requests them: https://www.pixiebrix.com/privacy/                    

Základní Informace o Rozšíření

Název PixieBrix PixieBrix
ID mpjjildhmpddojocokjkgmlkkkfjnepo
Oficiální URL https://chromewebstore.google.com/detail/pixiebrix/mpjjildhmpddojocokjkgmlkkkfjnepo
Popis Customize, extend, and integrate your favorite SaaS apps without writing a line of code!
Velikost souboru 10.14 MB
Počet instalací 34,186
Aktuální Verze 1.8.9
Poslední Aktualizace 2024-02-20
Datum Vydání 2023-03-22
Hodnocení 5.00/5 Celkem 73 Hodnocení
Vývojář https://pixiebrix.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.pixiebrix.com/
URL Stránky Nápovědy https://www.pixiebrix.com/
URL Stránky Zásad Ochrany Soukromí https://www.pixiebrix.com/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "PixieBrix, Inc.",
    "name": "PixieBrix",
    "short_name": "PixieBrix",
    "description": "Customize, extend, and integrate your favorite SaaS apps without writing a line of code!",
    "homepage_url": "https:\/\/www.pixiebrix.com",
    "minimum_chrome_version": "95.0",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "91.0"
        }
    },
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; font-src 'self' https:\/\/fonts.gstatic.com; connect-src 'self' http: https:; object-src 'self'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline' https:; frame-src 'self' https:;",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.googleapis.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_idle"
        },
        {
            "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",
        "webNavigation",
        "contextMenus",
        ""
    ],
    "devtools_page": "devtools.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.pixiebrix.com\/*"
        ]
    },
    "storage": {
        "managed_schema": "managedStorageSchema.json"
    },
    "web_accessible_resources": [
        "css\/*",
        "bundles\/*",
        "sandbox.html",
        "frame.html",
        "frame.css",
        "sidebar.html",
        "sidebar.css",
        "pageEditor.css",
        "pageScript.js",
        "ephemeralForm.html",
        "walkthroughModal.html",
        "ephemeralPanel.html",
        "ephemeralModal.css",
        "DocumentView.css",
        "audio\/*",
        "user-icons\/*",
        "img\/*"
    ],
    "browser_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": {
        "scripts": [
            "backgroundCanary.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "version": "1.8.9",
    "version_name": "1.8.9"
}