Nalfe

Nalfe makes it easy to build Bubble apps including travel marketplaces, NFT platforms, and productivity tools.

Nalfeคืออะไร?

Nalfe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nalfe.com และคุณลักษณะหลักของมันคือ "Nalfe makes it easy to build Bubble apps including travel marketplaces, NFT platforms, and productivity tools."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nalfe

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

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

                        Why spend hours building Bubble apps from scratch when Nalfe is here to do it all for you? It doesn’t matter if you want to build complex apps or you are new to Bubble. We provide you with all sorts of pre-built components to help you build your own Bubble app in the easiest way. 

What you shouldn’t miss on Nalfe: 
Copy powerful components with workflow.
Feature components come with pre-built backend workflows that instantly give you powerful functions like video conferencing, taking credit card payments, NFT minting, booking appointments, real-time chat, sharing files and images and so much more! 

Create and reuse your own components.
Everyone in the community can contribute to the building features.

Get components tailor-made for you by sending a request to Nalfe (available on paid plans only).
Don’t worry about building your app, we’ve got your back :)                    

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

ชื่อ Nalfe Nalfe
ID fnmoehckfflkplnllpddbjjdhbmdoapc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nalfe/fnmoehckfflkplnllpddbjjdhbmdoapc
คำอธิบาย Nalfe makes it easy to build Bubble apps including travel marketplaces, NFT platforms, and productivity tools.
ขนาดไฟล์ 31.42 KB
จำนวนการติดตั้ง 561
เวอร์ชันปัจจุบัน 3.0.13
อัปเดตครั้งล่าสุด 2022-04-16
วันที่เผยแพร่ 2021-12-21
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://nalfe.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nalfe.com
URL หน้าช่วยเหลือ https://www.nalfe.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nalfe",
    "description": "Nalfe makes it easy to build Bubble apps including travel marketplaces, NFT platforms, and productivity tools.",
    "version": "3.0.13",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/nalfe_logo_square_16.png",
            "32": "\/images\/nalfe_logo_square_32.png",
            "48": "\/images\/nalfe_logo_square_48.png",
            "128": "\/images\/nalfe_logo_square_128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/nalfe_logo_square_16.png",
        "32": "\/images\/nalfe_logo_square_32.png",
        "48": "\/images\/nalfe_logo_square_48.png",
        "128": "\/images\/nalfe_logo_square_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bubble.is\/",
                "https:\/\/bubble.io\/*"
            ],
            "js": [
                "\/nalfe_library\/content_scripts.js"
            ],
            "css": [
                "\/nalfe_library\/nalfe_library.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/install\/content_scripts.js"
            ],
            "css": [
                "\/install\/install.css"
            ],
            "exclude_matches": [
                "https:\/\/*.bubble.is\/",
                "https:\/\/bubble.io\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/jasonelle-test.bubbleapps.io\/*",
            "https:\/\/www.nalfe.com\/*"
        ]
    }
}