Userflow

Preview Userflow flows in draft mode before installing Userflow.js in your application.

Userflow là gì?

Userflow là một tiện ích mở rộng Chrome được phát triển bởi https://userflow.com, và tính năng chính của nó là "Preview Userflow flows in draft mode before installing Userflow.js in your application.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Userflow 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

                        Allows you to preview your Userflow flows in draft mode before installing Userflow.js in your web app.                    

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

Tên Userflow Userflow
ID ojbompffhdcndgndakoghndckimkohca
URL Chính Thức https://chromewebstore.google.com/detail/userflow/ojbompffhdcndgndakoghndckimkohca
Mô tả Preview Userflow flows in draft mode before installing Userflow.js in your application.
Kích Thước Tệp 17.72 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2020-01-26
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://userflow.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://userflow.com
URL Trang Trợ Giúp https://userflow.com/support
URL Trang Chính Sách Bảo Mật http://userflow.com/policies/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Userflow",
    "version": "2.0.1",
    "description": "Preview Userflow flows in draft mode before installing Userflow.js in your application.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}