Driftly Builder

Build Driftly flows while on your website

What is Driftly Builder?

Driftly Builder is a Chrome extension developed by https://driftly.app, and its main feature is "Build Driftly flows while on your website".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Driftly Builder Extension CRX File

Download Driftly Builder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Driftly Builder Driftly Builder
ID dcadomklihjfchifbgmmjedeelagpabf
Official URL https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf
Description Build Driftly flows while on your website
File Size 722 KB
Installation Count 55
Current Version 0.32
Last Updated 2022-07-20
Publish Date 2022-01-12
Rating 5.00/5 Total 2 Ratings
Developer https://driftly.app
Email [email protected]
Payment Type free
Extension Website https://driftly.app
Privacy Policy Page URL https://driftly.app/toc
Supported Languages 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"
    }
}