Nocodable - Components Library for Bubble.io

Boost your bubble.io app design! Instantly access & save custom components with Nocodable.

Nocodable - Components Library for Bubble.ioคืออะไร?

Nocodable - Components Library for Bubble.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nocodable-components.com และคุณลักษณะหลักของมันคือ "Boost your bubble.io app design! Instantly access & save custom components with Nocodable."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nocodable - Components Library for Bubble.io

ดาวน์โหลดไฟล์ส่วนขยาย Nocodable - Components Library for Bubble.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Elevate Your bubble.io Projects to the Next Level!

Are you a Bubble developer looking to supercharge your designs and streamline your workflow? 

Nocodable is your go-to solution, bringing a rich library of components and collaborative features right into your Bubble editor.

1. Comprehensive Components Library

Dive into Nocodable’s vast library, boasting over 100 high-quality, fully responsive, and customizable components spanning 23 diverse categories. 

In average, we add between 10 to 30 new components every week !

Whether you're crafting intricate Dashboards, engaging Popups, sleek Sidebars, or any of the various UI assets and Marketing Components, Nocodable has got you covered. 

With our library, enhancing the visual appeal and functionality of your Bubble apps is just a few clicks away.

2. Save your own components in one-click

Every Bubble developer has their unique touch. Why not save and reuse your masterfully created components? 

With Nocodable, you can easily store components you've crafted directly into your library. Right-click on any element in the Bubble editor, be it Groups, Floating Groups, RGs, Pages, Reusables, and more. 

Choose between 'Save Component' or 'Save Component with WF', and voilà! Your personalized components are ready for future projects.

3. Collaborate and Share Seamlessly

Building Bubble projects with a team? 

Nocodable understands the essence of collaboration. Seamlessly share components among team members, ensuring consistency and speeding up project timelines. 

Set up your team within Nocodable, invite colleagues, and embark on a shared journey of creating stunning Bubble applications.

Experience the new era of Bubble development with Nocodable. 

Enhance, save, share - all in one place!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nocodable - Components Library for Bubble.io Nocodable - Components Library for Bubble.io
ID ccpdpohmhhbjjjaodngpjeblhbnmbhoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nocodable-components-libr/ccpdpohmhhbjjjaodngpjeblhbnmbhoj
คำอธิบาย Boost your bubble.io app design! Instantly access & save custom components with Nocodable.
ขนาดไฟล์ 19.43 KB
จำนวนการติดตั้ง 547
เวอร์ชันปัจจุบัน 0.0.0.12
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2023-09-03
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://nocodable-components.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.nocodable-components.com
URL หน้าช่วยเหลือ https://www.nocodable-components.com/confidentiality
URL หน้านโยบายความเป็นส่วนตัว https://www.nocodable-components.com/confidentiality
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nocodable - Components Library for Bubble.io",
    "version": "0.0.0.12",
    "description": "Boost your bubble.io app design! Instantly access & save custom components with Nocodable.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/bubble.io\/page",
        "https:\/\/app.nocodable-components.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bubble.io\/page*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup_message.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_width": 640,
        "default_height": 640
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "close.png",
                "popup_message.html",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}