Bubble Option Sets Helper

CSV upload for Option Sets to Bubble app

Wat is Bubble Option Sets Helper?

Bubble Option Sets Helper is een Chrome-extensie ontwikkeld door arturio, en de belangrijkste functie is "CSV upload for Option Sets to Bubble app".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bubble Option Sets Helper

Download Bubble Option Sets Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bubble Option Sets Helper Bubble Option Sets Helper
ID laeccjomidijmdhgojimnjdlbkflbkpm
Officiële URL https://chromewebstore.google.com/detail/bubble-option-sets-helper/laeccjomidijmdhgojimnjdlbkflbkpm
Beschrijving CSV upload for Option Sets to Bubble app
Bestandsgrootte 38.34 KB
Aantal Installaties 632
Huidige Versie 1.0.4
Laatst Bijgewerkt 2024-02-10
Publicatiedatum 2021-10-22
Beoordeling 4.73/5 Totaal 11 Beoordelingen
Ontwikkelaar arturio
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://forum.bubble.io/t/new-extension-bulk-import-from-csv-file-for-option-set/175058
Ondersteunde Talen 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"
    }
}