MintLike - User Onboarding

Affordable No-Code product tour builder for web applications.

Was ist MintLike - User Onboarding?

MintLike - User Onboarding ist eine Chrome-Erweiterung, die von https://mintlike.app entwickelt wurde, und ihr Hauptmerkmal ist "Affordable No-Code product tour builder for web applications.".

Erweiterungsscreenshots

screenshot

MintLike - User Onboarding-Erweiterungs-CRX-Datei herunterladen

Laden Sie MintLike - User Onboarding-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Visual editor for build user onboarding guides.

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

Grundlegende Informationen zur Erweiterung

Name MintLike - User Onboarding MintLike - User Onboarding
ID enobpkjobkhndlbdhjcndnpmoakgbhlb
Offizielle URL https://chromewebstore.google.com/detail/mintlike-user-onboarding/enobpkjobkhndlbdhjcndnpmoakgbhlb
Beschreibung Affordable No-Code product tour builder for web applications.
Dateigröße 356 KB
Installationsanzahl 44
Aktuelle Version 2.0.10
Letztes Update 2023-06-22
Veröffentlichungsdatum 2021-11-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://mintlike.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mintlike.app?ref=chrome-ext
Unterstützte Sprachen 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\/*"
        ]
    }
}