MintLike - User Onboarding

Affordable No-Code product tour builder for web applications.

Wat is MintLike - User Onboarding?

MintLike - User Onboarding is een Chrome-extensie ontwikkeld door https://mintlike.app, en de belangrijkste functie is "Affordable No-Code product tour builder for web applications.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MintLike - User Onboarding

Download MintLike - User Onboarding-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Visual editor for build user onboarding guides.

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

Basisinformatie over de Extensie

Naam MintLike - User Onboarding MintLike - User Onboarding
ID enobpkjobkhndlbdhjcndnpmoakgbhlb
Officiële URL https://chromewebstore.google.com/detail/mintlike-user-onboarding/enobpkjobkhndlbdhjcndnpmoakgbhlb
Beschrijving Affordable No-Code product tour builder for web applications.
Bestandsgrootte 356 KB
Aantal Installaties 44
Huidige Versie 2.0.10
Laatst Bijgewerkt 2023-06-22
Publicatiedatum 2021-11-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://mintlike.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mintlike.app?ref=chrome-ext
Ondersteunde Talen 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\/*"
        ]
    }
}