Driftly Builder

Build Driftly flows while on your website

Driftly Builderคืออะไร?

Driftly Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://driftly.app และคุณลักษณะหลักของมันคือ "Build Driftly flows while on your website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Driftly Builder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}