MintLike - User Onboarding

Affordable No-Code product tour builder for web applications.

What is MintLike - User Onboarding?

MintLike - User Onboarding is a Chrome extension developed by https://mintlike.app, and its main feature is "Affordable No-Code product tour builder for web applications.".

Extension Screenshots

screenshot

Download MintLike - User Onboarding Extension CRX File

Download MintLike - User Onboarding extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Visual editor for build user onboarding guides.

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

Extension Basic Information

Name MintLike - User Onboarding MintLike - User Onboarding
ID enobpkjobkhndlbdhjcndnpmoakgbhlb
Official URL https://chromewebstore.google.com/detail/mintlike-user-onboarding/enobpkjobkhndlbdhjcndnpmoakgbhlb
Description Affordable No-Code product tour builder for web applications.
File Size 356 KB
Installation Count 44
Current Version 2.0.10
Last Updated 2023-06-22
Publish Date 2021-11-03
Rating 5.00/5 Total 1 Ratings
Developer https://mintlike.app
Email [email protected]
Payment Type free
Extension Website https://mintlike.app?ref=chrome-ext
Supported Languages 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\/*"
        ]
    }
}