Bubble Option Sets Helper
CSV upload for Option Sets to Bubble app
Bubble Option Sets Helper란 무엇입니까?
Bubble Option Sets Helper은(는) arturio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CSV upload for Option Sets to Bubble app"입니다.
확장 프로그램 스크린샷
Bubble Option Sets Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps Bubble creators in managing Option Sets. The first version of extension give the ability to import Options from selected CSV file.
확장 프로그램 기본 정보
이름 | Bubble Option Sets Helper |
ID | laeccjomidijmdhgojimnjdlbkflbkpm |
공식 URL | https://chromewebstore.google.com/detail/bubble-option-sets-helper/laeccjomidijmdhgojimnjdlbkflbkpm |
설명 | CSV upload for Option Sets to Bubble app |
파일 크기 | 38.34 KB |
설치 횟수 | 632 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2024-02-10 |
출시 날짜 | 2021-10-22 |
평점 | 4.73/5 총 11 개의 평점 |
개발자 | arturio |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://forum.bubble.io/t/new-extension-bulk-import-from-csv-file-for-option-set/175058 |
지원되는 언어 | 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" } } |