Bubble Option Sets Helper
CSV upload for Option Sets to Bubble app
Cos'è Bubble Option Sets Helper?
Bubble Option Sets Helper è un'estensione di Chrome sviluppata da arturio, e la sua funzione principale è "CSV upload for Option Sets to Bubble app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bubble Option Sets Helper
Scarica i file di estensione Bubble Option Sets Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension helps Bubble creators in managing Option Sets. The first version of extension give the ability to import Options from selected CSV file.
Informazioni di Base sull'Estensione
Nome | Bubble Option Sets Helper |
ID | laeccjomidijmdhgojimnjdlbkflbkpm |
URL Ufficiale | https://chromewebstore.google.com/detail/bubble-option-sets-helper/laeccjomidijmdhgojimnjdlbkflbkpm |
Descrizione | CSV upload for Option Sets to Bubble app |
Dimensione del File | 38.34 KB |
Conteggio Installazioni | 632 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2021-10-22 |
Valutazione | 4.73/5 Totale 11 Valutazioni |
Sviluppatore | arturio |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://forum.bubble.io/t/new-extension-bulk-import-from-csv-file-for-option-set/175058 |
Lingue Supportate | 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" } } |