Bubble Option Sets Helper

CSV upload for Option Sets to Bubble app

Bubble Option Sets Helperคืออะไร?

Bubble Option Sets Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arturio และคุณลักษณะหลักของมันคือ "CSV upload for Option Sets to Bubble app"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bubble Option Sets Helper

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

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

                        This extension helps Bubble creators in managing Option Sets.
The first version of extension give the ability to import Options from selected CSV file.                    

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

ชื่อ Bubble Option Sets Helper Bubble Option Sets Helper
ID laeccjomidijmdhgojimnjdlbkflbkpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bubble-option-sets-helper/laeccjomidijmdhgojimnjdlbkflbkpm
คำอธิบาย CSV upload for Option Sets to Bubble app
ขนาดไฟล์ 38.34 KB
จำนวนการติดตั้ง 632
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2021-10-22
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา arturio
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://forum.bubble.io/t/new-extension-bulk-import-from-csv-file-for-option-set/175058
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bubble Option Sets Helper",
    "version": "1.0.4",
    "description": "CSV upload for Option Sets to Bubble app",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bubble.io\/page*"
            ],
            "js": [
                "contentScript.js",
                "vendors\/papaparse.min.js"
            ],
            "css": [
                "css\/style.css",
                "css\/forms-min.css",
                "css\/buttons-min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*.bubble.io\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.bubble.io\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}