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
官方網址 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
電子郵箱 [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"
    }
}