Bubble Helper Pro
CSV upload for Option Sets to Bubble app
Apa itu Bubble Helper Pro?
Bubble Helper Pro 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 Helper Pro
Unduh file ekstensi Bubble Helper Pro 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
Bubble Helper Pro allows easily import options and attributes for Option Sets
Informasi Dasar Ekstensi
Nama | Bubble Helper Pro |
ID | onacjlnddimbddmideijnpgbjnpdlojk |
URL Resmi | https://chromewebstore.google.com/detail/bubble-helper-pro/onacjlnddimbddmideijnpgbjnpdlojk |
Deskripsi | CSV upload for Option Sets to Bubble app |
Ukuran File | 39.1 KB |
Jumlah Instalasi | 63 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2024-01-10 |
Tanggal Publikasi | 2022-12-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | arturio |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bubble Helper Pro", "version": "1.1.2", "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" } } |