Buildshare

Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.

Buildshare क्या है?

Buildshare SudsyLabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Buildshare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Buildshare provides convenient access to a library of pre-built responsive design elements directly from the Bubble™ editor. Add fully responsive UI elements - including complete layouts and pages - to your Bubble™ app with just a click.

Additionally, access learning resources to help you master the new layout engine (new responsive engine) as well as advance your skills and knowledge so that you can better leverage the Bubble™ platform.                    

एक्सटेंशन की मूल जानकारी

नाम Buildshare Buildshare
ID ilnafhnlhbodploaidanmdiimpldejpe
आधिकारिक URL https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe
विवरण Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
फ़ाइल का आकार 37.89 KB
स्थापना संख्या 382
वर्तमान संस्करण 0.9.15
अंतिम अपडेट 2022-04-08
प्रकाशन तिथि 2022-01-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर SudsyLabs
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://sudsylabs.com/buildshare
सहायता पृष्ठ URL https://sudsylabs.com/contact-us
गोपनीयता नीति पृष्ठ URL https://sudsylabs.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Buildshare\u2122"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.bubble.is\/*",
                "https:\/\/bubble.io\/*"
            ],
            "resources": [
                "\/images\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bubble.is\/page*",
                "https:\/\/bubble.io\/page*"
            ],
            "css": [
                "styles\/editor.css"
            ],
            "js": [
                "scripts\/lib\/jquery-3.6.0.slim.min.js",
                "scripts\/editor.js"
            ]
        }
    ],
    "manifest_version": 3,
    "version": "0.9.15",
    "description": "Kickstart the design of your Bubble\u2122 app with access to pre-built responsive UI elements and learning resources.",
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "name": "Buildshare",
    "icons": {
        "48": "images\/buildshare-icon_48.png",
        "96": "images\/buildshare-icon_96.png",
        "128": "images\/buildshare-icon_128.png"
    }
}