Driftly Builder

Build Driftly flows while on your website

Driftly Builder là gì?

Driftly Builder là một tiện ích mở rộng Chrome được phát triển bởi https://driftly.app, và tính năng chính của nó là "Build Driftly flows while on your website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Driftly Builder

Tải xuống các tệp mở rộng Driftly Builder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Driftly Builder Driftly Builder
ID dcadomklihjfchifbgmmjedeelagpabf
URL Chính Thức https://chromewebstore.google.com/detail/driftly-builder/dcadomklihjfchifbgmmjedeelagpabf
Mô tả Build Driftly flows while on your website
Kích Thước Tệp 722 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.32
Cập Nhật Lần Cuối 2022-07-20
Ngày Phát Hành 2022-01-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://driftly.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://driftly.app
URL Trang Chính Sách Bảo Mật https://driftly.app/toc
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}