Nocode Databases

NoCode Databases is an extension that allows you to easily copy and paste pre-built database models into your Bubble applications.

Nocode Databases क्या है?

Nocode Databases Bubble Databases द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NoCode Databases is an extension that allows you to easily copy and paste pre-built database models into your Bubble applications."।

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

screenshot

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

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

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

                        Built by professional Bubble developers, NoCode Databases boasts a collection of powerful database models to help you expedite your app creation, while also providing you with a strong foundation to give your Bubble applications the best chances to scale! 

NoCode Databases features full builds, which contains every data type, field and option set required to build entire applications like marketplaces, SaaS tools, and so much more. 

NoCode Databases also offers building blocks which are  database configurations for smaller feature sets such as a blogging, e-commerce, forums, invoicing, and more.

And finally, NoCode Databases features a strong set of “foundations” that you can use to quickly lay the foundation for your new bubble applications when getting started.

No matter what database configuration you need for your builds, NoCode Databases has you covered.                    

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

नाम Nocode Databases Nocode Databases
ID pnhiidieeelkehjaahcpimolebkomlfb
आधिकारिक URL https://chromewebstore.google.com/detail/nocode-databases/pnhiidieeelkehjaahcpimolebkomlfb
विवरण NoCode Databases is an extension that allows you to easily copy and paste pre-built database models into your Bubble applications.
फ़ाइल का आकार 60.33 KB
स्थापना संख्या 879
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2023-07-11
प्रकाशन तिथि 2022-05-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Bubble Databases
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nocodedatabases.com
गोपनीयता नीति पृष्ठ URL https://nocodedatabases.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nocode Databases",
    "version": "0.0.0.3",
    "description": "NoCode Databases is an extension that allows you to easily copy and paste pre-built database models into your Bubble applications.",
    "icons": {
        "16": "images\/ncd-16.png",
        "32": "images\/ncd-32.png",
        "48": "images\/ncd-48.png",
        "128": "images\/ncd-128.png"
    },
    "action": {
        "default_title": "NoCode Databases",
        "default_icon": "images\/ncd-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bubble.io\/*",
                "*:\/\/*.bubble.is\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nocodedatabases.com\/*"
            ],
            "js": [
                "jquery.min.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/material-close.png",
                "images\/ncd-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/nocodedatabases.com;"
    }
}