Gainsight PX Builder

Product Experience Builder

Gainsight PX Builderとは何ですか?

Gainsight PX Builderはdeveloper-pxによって開発されたChromeの拡張機能で、その主な機能は「Product Experience Builder」です。

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

screenshot

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

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

拡張機能の使用方法

                        Gainsight PX is a product experience platform that enables product teams to understand how users use their products, collect feedback, and create in-app engagements like product walkthroughs to drive user onboarding and product adoption.

Install Gainsight PX Builder to create product walk-thrus, instrument your product features and test your own user tracking in real-time.

You will need to sign-up for your Gainsight PX subscription so you can authenticate before using the Gainsight PX Builder                    

拡張機能の基本情報

名前 Gainsight PX Builder Gainsight PX Builder
ID fdligajepkamdhcigokhmmpogdpokflm
公式URL https://chromewebstore.google.com/detail/gainsight-px-builder/fdligajepkamdhcigokhmmpogdpokflm
説明 Product Experience Builder
ファイルサイズ 132 KB
インストール数 593
現在のバージョン 0.7
最終更新日 2024-01-18
公開日 2022-08-09
評価 5.00/5 合計 2 レビュー
開発者 developer-px
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gainsight.com/product-experience/
ヘルプページのURL https://support.gainsight.com/PX
プライバシーポリシーページのURL https://www.gainsight.com/policy/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gainsight PX Builder",
    "description": "Product Experience Builder",
    "version": "0.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.aptrinsic.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "px-ruleset-csp",
                "enabled": false,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "cookies",
        "activeTab",
        "scripting",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/px_logo_16.png",
            "32": "\/images\/px_logo_32.png",
            "48": "\/images\/px_logo_48.png",
            "128": "\/images\/px_logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/px_logo_16.png",
        "32": "\/images\/px_logo_32.png",
        "48": "\/images\/px_logo_48.png",
        "128": "\/images\/px_logo_128.png"
    }
}