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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |