Bubble Helper Pro
CSV upload for Option Sets to Bubble app
什么是Bubble Helper Pro?
Bubble Helper Pro是由arturio开发的Chrome扩展程序,该扩展的主要功能是“CSV upload for Option Sets to Bubble app”。
扩展截图
下载Bubble Helper Pro扩展crx文件
下载Bubble Helper Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bubble Helper Pro allows easily import options and attributes for Option Sets
扩展基本信息
名称 | Bubble Helper Pro |
ID | onacjlnddimbddmideijnpgbjnpdlojk |
官方URL | https://chromewebstore.google.com/detail/bubble-helper-pro/onacjlnddimbddmideijnpgbjnpdlojk |
简介 | CSV upload for Option Sets to Bubble app |
文件大小 | 39.1 KB |
安装次数 | 63 |
当前版本 | 1.1.2 |
更新时间 | 2024-01-10 |
上架时间 | 2022-12-20 |
评分 | 5.00/5 共1次评分 |
开发者 | arturio |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |