Driftly Builder

Build Driftly flows while on your website

Driftly Builderとは何ですか?

Driftly Builderはhttps://driftly.appによって開発されたChromeの拡張機能で、その主な機能は「Build Driftly flows while on your website」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Driftly Builder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Install the Driftly Builder to create, edit, and publish flows into your product, as well review the flows you create on top of your application.                    

拡張機能の基本情報

名前 Driftly Builder Driftly Builder
ID dcadomklihjfchifbgmmjedeelagpabf
公式URL https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf
説明 Build Driftly flows while on your website
ファイルサイズ 722 KB
インストール数 55
現在のバージョン 0.32
最終更新日 2022-07-20
公開日 2022-01-12
評価 5.00/5 合計 2 レビュー
開発者 https://driftly.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://driftly.app
プライバシーポリシーページのURL https://driftly.app/toc
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Driftly Builder",
    "action": [],
    "version": "0.32",
    "manifest_version": 3,
    "author": "Driftly",
    "description": "Build Driftly flows while on your website",
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injectables\/dev\/driftly-builder.js",
                "injectables\/staging\/driftly-builder.js",
                "injectables\/prod\/driftly-builder.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/index.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.driftly.app\/*",
            "https:\/\/driftly.app\/*",
            "http:\/\/localhost:5002\/*"
        ]
    },
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "48": "\/assets\/icons\/48.png",
        "128": "\/assets\/icons\/128.png"
    }
}