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」です。

拡張機能のスクリーンショット

screenshot

Bubble Option Sets Helper拡張機能のCRXファイルをダウンロード

Bubble Option Sets Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    }
}