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 |
官方網址 | 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" } } |