Kompassify Builder

Build Product tours without coding.

What is Kompassify Builder?

Kompassify Builder is a Chrome extension developed by https://kompassify.com, and its main feature is "Build Product tours without coding.".

Extension Screenshots

screenshot
screenshot

Download Kompassify Builder Extension CRX File

Download Kompassify Builder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Kompassify Builder Kompassify Builder
ID cekmphbdlnghklnaofdhfkdiinjjfnoc
Official URL https://chromewebstore.google.com/detail/kompassify-builder/cekmphbdlnghklnaofdhfkdiinjjfnoc
Description Build Product tours without coding.
File Size 21.76 KB
Installation Count 476
Current Version 3.0.2
Last Updated 2023-11-15
Publish Date 2020-02-22
Rating 5.00/5 Total 2 Ratings
Developer https://kompassify.com
Email [email protected]
Payment Type free
Extension Website https://kompassify.com
Help Page URL https://kompassify.com/contact
Privacy Policy Page URL https://kompassify.com/privacy-policy
Supported Languages 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'"
    }
}