Gainsight PX Builder

Product Experience Builder

What is Gainsight PX Builder?

Gainsight PX Builder is a Chrome extension developed by developer-px, and its main feature is "Product Experience Builder".

Extension Screenshots

screenshot

Download Gainsight PX Builder Extension CRX File

Download Gainsight PX 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

                        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                    

Extension Basic Information

Name Gainsight PX Builder Gainsight PX Builder
ID fdligajepkamdhcigokhmmpogdpokflm
Official URL https://chromewebstore.google.com/detail/gainsight-px-builder/fdligajepkamdhcigokhmmpogdpokflm
Description Product Experience Builder
File Size 132 KB
Installation Count 593
Current Version 0.7
Last Updated 2024-01-18
Publish Date 2022-08-09
Rating 5.00/5 Total 2 Ratings
Developer developer-px
Email [email protected]
Payment Type free
Extension Website https://www.gainsight.com/product-experience/
Help Page URL https://support.gainsight.com/PX
Privacy Policy Page URL https://www.gainsight.com/policy/privacy
Supported Languages 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"
    }
}