Bubble Option Sets Helper
CSV upload for Option Sets to Bubble app
Apa itu Bubble Option Sets Helper?
Bubble Option Sets Helper adalah ekstensi Chrome yang dikembangkan oleh arturio, dan fitur utamanya adalah "CSV upload for Option Sets to Bubble app".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bubble Option Sets Helper
Unduh file ekstensi Bubble Option Sets Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension helps Bubble creators in managing Option Sets. The first version of extension give the ability to import Options from selected CSV file.
Informasi Dasar Ekstensi
Nama | Bubble Option Sets Helper |
ID | laeccjomidijmdhgojimnjdlbkflbkpm |
URL Resmi | https://chromewebstore.google.com/detail/bubble-option-sets-helper/laeccjomidijmdhgojimnjdlbkflbkpm |
Deskripsi | CSV upload for Option Sets to Bubble app |
Ukuran File | 38.34 KB |
Jumlah Instalasi | 632 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2024-02-10 |
Tanggal Publikasi | 2021-10-22 |
Penilaian | 4.73/5 Total 11 Penilaian |
Pengembang | arturio |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://forum.bubble.io/t/new-extension-bulk-import-from-csv-file-for-option-set/175058 |
Bahasa yang Didukung | 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" } } |