Bubble Option Sets Helper
CSV upload for Option Sets to Bubble app
Qu'est-ce que Bubble Option Sets Helper ?
Bubble Option Sets Helper est une extension Chrome développée par arturio, et sa fonction principale est "CSV upload for Option Sets to Bubble app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bubble Option Sets Helper
Téléchargez les fichiers d'extension Bubble Option Sets Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension helps Bubble creators in managing Option Sets. The first version of extension give the ability to import Options from selected CSV file.
Informations de Base sur l'Extension
Nom | Bubble Option Sets Helper |
ID | laeccjomidijmdhgojimnjdlbkflbkpm |
URL Officiel | https://chromewebstore.google.com/detail/bubble-option-sets-helper/laeccjomidijmdhgojimnjdlbkflbkpm |
Description | CSV upload for Option Sets to Bubble app |
Taille du Fichier | 38.34 KB |
Nombre d'Installations | 632 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2024-02-10 |
Date de Publication | 2021-10-22 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | arturio |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://forum.bubble.io/t/new-extension-bulk-import-from-csv-file-for-option-set/175058 |
Langues Prises en Charge | 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" } } |