Bubble Option Sets Helper

CSV upload for Option Sets to Bubble app

What is Bubble Option Sets Helper?

Bubble Option Sets Helper is a Chrome extension developed by arturio, and its main feature is "CSV upload for Option Sets to Bubble app".

Extension Screenshots

screenshot

Download Bubble Option Sets Helper Extension CRX File

Download Bubble Option Sets Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bubble Option Sets Helper Bubble Option Sets Helper
ID laeccjomidijmdhgojimnjdlbkflbkpm
Official URL https://chromewebstore.google.com/detail/bubble-option-sets-helper/laeccjomidijmdhgojimnjdlbkflbkpm
Description CSV upload for Option Sets to Bubble app
File Size 38.34 KB
Installation Count 632
Current Version 1.0.4
Last Updated 2024-02-10
Publish Date 2021-10-22
Rating 4.73/5 Total 11 Ratings
Developer arturio
Email [email protected]
Payment Type free
Help Page URL https://forum.bubble.io/t/new-extension-bulk-import-from-csv-file-for-option-set/175058
Supported Languages 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"
    }
}