MintLike - User Onboarding

Affordable No-Code product tour builder for web applications.

Co to jest MintLike - User Onboarding?

MintLike - User Onboarding to rozszerzenie Chrome opracowane przez https://mintlike.app, a jego główną funkcją jest „Affordable No-Code product tour builder for web applications.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MintLike - User Onboarding

Pobierz pliki rozszerzeń MintLike - User Onboarding w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Visual editor for build user onboarding guides.

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

Podstawowe informacje o rozszerzeniu

Nazwa MintLike - User Onboarding MintLike - User Onboarding
ID enobpkjobkhndlbdhjcndnpmoakgbhlb
Oficjalny URL https://chromewebstore.google.com/detail/mintlike-user-onboarding/enobpkjobkhndlbdhjcndnpmoakgbhlb
Opis Affordable No-Code product tour builder for web applications.
Rozmiar pliku 356 KB
Liczba instalacji 44
Aktualna Wersja 2.0.10
Ostatnia Aktualizacja 2023-06-22
Data Publikacji 2021-11-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://mintlike.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mintlike.app?ref=chrome-ext
Obsługiwane Języki 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\/*"
        ]
    }
}