Kompassify Builder

Build Product tours without coding.

Kompassify Builderとは何ですか?

Kompassify Builderはhttps://kompassify.comによって開発されたChromeの拡張機能で、その主な機能は「Build Product tours without coding.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kompassify Builder拡張機能のCRXファイルをダウンロード

Kompassify Builder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Kompassify Builder Kompassify Builder
ID cekmphbdlnghklnaofdhfkdiinjjfnoc
公式URL https://chromewebstore.google.com/detail/kompassify-builder/cekmphbdlnghklnaofdhfkdiinjjfnoc
説明 Build Product tours without coding.
ファイルサイズ 21.76 KB
インストール数 476
現在のバージョン 3.0.2
最終更新日 2023-11-15
公開日 2020-02-22
評価 5.00/5 合計 2 レビュー
開発者 https://kompassify.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kompassify.com
ヘルプページのURL https://kompassify.com/contact
プライバシーポリシーページのURL https://kompassify.com/privacy-policy
対応言語 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'"
    }
}