Bubble Helper Pro
CSV upload for Option Sets to Bubble app
What is Bubble Helper Pro?
Bubble Helper Pro is a Chrome extension developed by arturio, and its main feature is "CSV upload for Option Sets to Bubble app".
Extension Screenshots
Download Bubble Helper Pro Extension CRX File
Download Bubble Helper Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Bubble Helper Pro allows easily import options and attributes for Option Sets
Extension Basic Information
Name | Bubble Helper Pro |
ID | onacjlnddimbddmideijnpgbjnpdlojk |
Official URL | https://chromewebstore.google.com/detail/bubble-helper-pro/onacjlnddimbddmideijnpgbjnpdlojk |
Description | CSV upload for Option Sets to Bubble app |
File Size | 39.1 KB |
Installation Count | 63 |
Current Version | 1.1.2 |
Last Updated | 2024-01-10 |
Publish Date | 2022-12-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | arturio |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |