Gainsight PX Builder

Product Experience Builder

Apa itu Gainsight PX Builder?

Gainsight PX Builder adalah ekstensi Chrome yang dikembangkan oleh developer-px, dan fitur utamanya adalah "Product Experience Builder".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gainsight PX Builder

Unduh file ekstensi Gainsight PX Builder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Gainsight PX Builder Gainsight PX Builder
ID fdligajepkamdhcigokhmmpogdpokflm
URL Resmi https://chromewebstore.google.com/detail/gainsight-px-builder/fdligajepkamdhcigokhmmpogdpokflm
Deskripsi Product Experience Builder
Ukuran File 132 KB
Jumlah Instalasi 593
Versi Saat Ini 0.7
Terakhir Diperbarui 2024-01-18
Tanggal Publikasi 2022-08-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang developer-px
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.gainsight.com/product-experience/
URL Halaman Bantuan https://support.gainsight.com/PX
URL Halaman Kebijakan Privasi https://www.gainsight.com/policy/privacy
Bahasa yang Didukung 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"
    }
}