Canvas by AirDev

Easily add beautiful pages and blocks to your Canvas app.

Was ist Canvas by AirDev?

Canvas by AirDev ist eine Chrome-Erweiterung, die von https://build.airdev.co entwickelt wurde, und ihr Hauptmerkmal ist "Easily add beautiful pages and blocks to your Canvas app.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Canvas by AirDev-Erweiterungs-CRX-Datei herunterladen

Laden Sie Canvas by AirDev-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The fastest way to design and build Bubble apps
Canvas is a no-code framework built on top of Bubble that makes creating beautiful responsive web applications easy and fast. With our comprehensive Canvas building framework, you can accelerate your build by focusing on what is truly unique about your app.

Our chrome extension allows you to easily import pages, blocks, and elements from our growing library of 200+ Canvas assets.

*Compatible with Bubble apps using the Canvas Base Template (https://bubble.io/template/canvas-building-framework-1541110863579x114287102114398200)                    

Grundlegende Informationen zur Erweiterung

Name Canvas by AirDev Canvas by AirDev
ID apmembkcpmjhmecifhckdidppfoiajie
Offizielle URL https://chromewebstore.google.com/detail/canvas-by-airdev/apmembkcpmjhmecifhckdidppfoiajie
Beschreibung Easily add beautiful pages and blocks to your Canvas app.
Dateigröße 37.79 KB
Installationsanzahl 9,281
Aktuelle Version 2.4.6
Letztes Update 2024-03-01
Veröffentlichungsdatum 2020-10-01
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler https://build.airdev.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://build.airdev.co/canvas
Hilfeseite URL https://build.airdev.co/support
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas by AirDev",
    "version": "2.4.6",
    "description": "Easily add beautiful pages and blocks to your Canvas app.",
    "permissions": [
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/airdevco.s3.us-west-1.amazonaws.com\/",
        "https:\/\/bubble.io\/*"
    ],
    "action": {
        "default_title": "Click to open Canvas",
        "default_icon": {
            "16": "assets\/images\/16x16_logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bubble.io\/*",
                "https:\/\/*.bubble.is\/*"
            ],
            "js": [
                "import-index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "core-ts\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/images\/16x16_logo.png",
        "48": "assets\/images\/48x48_logo.png",
        "128": "assets\/images\/128x128_logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "index.js"
            ],
            "matches": [
                "https:\/\/bubble.io\/*",
                "https:\/\/*.bubble.is\/*",
                "https:\/\/airdevco.s3.us-west-1.amazonaws.com\/*"
            ]
        }
    ]
}