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开发的Chrome扩展程序,该扩展的主要功能是“NoCode Databases is an extension that allows you to easily copy and paste pre-built database models into your Bubble applications.”。
扩展截图
下载Nocode Databases扩展crx文件
下载Nocode Databases扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ " |