Kompassify Builder

Build Product tours without coding.

Wat is Kompassify Builder?

Kompassify Builder is een Chrome-extensie ontwikkeld door https://kompassify.com, en de belangrijkste functie is "Build Product tours without coding.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kompassify Builder

Download Kompassify Builder-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

                        With kompassify you can create in-app product walkthroughs to guide your users and help them understand your product.                    

Basisinformatie over de Extensie

Naam Kompassify Builder Kompassify Builder
ID cekmphbdlnghklnaofdhfkdiinjjfnoc
Officiële URL https://chromewebstore.google.com/detail/kompassify-builder/cekmphbdlnghklnaofdhfkdiinjjfnoc
Beschrijving Build Product tours without coding.
Bestandsgrootte 21.76 KB
Aantal Installaties 476
Huidige Versie 3.0.2
Laatst Bijgewerkt 2023-11-15
Publicatiedatum 2020-02-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://kompassify.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kompassify.com
Help Pagina-URL https://kompassify.com/contact
URL van de Privacybeleid Pagina https://kompassify.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.2",
    "short_name": "Kompassify",
    "manifest_version": 3,
    "name": "Kompassify Builder",
    "description": "Build Product tours without coding.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Kompassify Builder",
        "default_icon": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/*.kompassify.com' 'https:\/\/*.kompassify.app'"
    }
}