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
电子邮箱 [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"
    }
}