MintLike - User Onboarding

Affordable No-Code product tour builder for web applications.

MintLike - User Onboarding là gì?

MintLike - User Onboarding là một tiện ích mở rộng Chrome được phát triển bởi https://mintlike.app, và tính năng chính của nó là "Affordable No-Code product tour builder for web applications.".

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

screenshot

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

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

                        Visual editor for build user onboarding guides.

Install the editor for create, edit and publish guides into your web application.                    

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

Tên MintLike - User Onboarding MintLike - User Onboarding
ID enobpkjobkhndlbdhjcndnpmoakgbhlb
URL Chính Thức https://chromewebstore.google.com/detail/mintlike-user-onboarding/enobpkjobkhndlbdhjcndnpmoakgbhlb
Mô tả Affordable No-Code product tour builder for web applications.
Kích Thước Tệp 356 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 2.0.10
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2021-11-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://mintlike.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mintlike.app?ref=chrome-ext
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "2.0.10",
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/content.js"
            ],
            "css": [
                "editor\/main.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "",
        "*:\/\/*.user-onboarding.app\/*",
        "*:\/\/*.mintlike.app\/*",
        "http:\/\/localhost:3030\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.user-onboarding.app\/*",
            "*:\/\/*.mintlike.app\/*",
            "http:\/\/localhost:3030\/*"
        ]
    }
}