MintLike - User Onboarding

Affordable No-Code product tour builder for web applications.

MintLike - User Onboardingとは何ですか?

MintLike - User Onboardingはhttps://mintlike.appによって開発されたChromeの拡張機能で、その主な機能は「Affordable No-Code product tour builder for web applications.」です。

拡張機能のスクリーンショット

screenshot

MintLike - User Onboarding拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
        ]
    }
}