MintLike - User Onboarding

Affordable No-Code product tour builder for web applications.

MintLike - User Onboardingคืออะไร?

MintLike - User Onboarding เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mintlike.app และคุณลักษณะหลักของมันคือ "Affordable No-Code product tour builder for web applications."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MintLike - User Onboarding

ดาวน์โหลดไฟล์ส่วนขยาย MintLike - User Onboarding ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Visual editor for build user onboarding guides.

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MintLike - User Onboarding MintLike - User Onboarding
ID enobpkjobkhndlbdhjcndnpmoakgbhlb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mintlike-user-onboarding/enobpkjobkhndlbdhjcndnpmoakgbhlb
คำอธิบาย Affordable No-Code product tour builder for web applications.
ขนาดไฟล์ 356 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 2.0.10
อัปเดตครั้งล่าสุด 2023-06-22
วันที่เผยแพร่ 2021-11-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://mintlike.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mintlike.app?ref=chrome-ext
ภาษาที่รองรับ 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\/*"
        ]
    }
}