MXO Extension

Used with MXO, this Extension enables you to configure both listening and orchestrations on your web touchpoints.

MXO Extensionคืออะไร?

MXO Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Medallia และคุณลักษณะหลักของมันคือ "Used with MXO, this Extension enables you to configure both listening and orchestrations on your web touchpoints."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MXO Extension

ดาวน์โหลดไฟล์ส่วนขยาย MXO Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Medallia Experience Orchestration (MXO) Extension

Used in conjunction with Medallia Experience Orchestration (MXO), this Extension provides the ability to configure journey orchestration and collection of customer behavior on your web touchpoints.

The MXO Extension provides you with the ability to:

* Track when and where customers interact with your website by configuring Activity Capture Points.
* Build up a real-time data profile of an individual customer by configuring Attribute Capture Points on web page elements, URI parameters, and cookies.
* Present personalized content relevant to your customers current interests by configuring Optimization Points.
* You can also use the MXO Extension to preview your configured Optimization Points on a live web page.

After install, please log into Medallia Experience Orchestration to automatically activate this Extension.

About Medallia
The #1 enterprise experience platform for mission critical insights and action.

Medallia is the pioneer and market leader in customer, employee, citizen, and patient experience. As the No. 1 enterprise experience platform, Medallia Experience Cloud is the experience system of record that makes all other applications customer and employee aware. The platform captures billions of experience signals across interactions including all voice, video, digital, IoT, social media, and corporate-messaging tools. Medallia uses proprietary artificial intelligence and machine learning technology to automatically reveal predictive insights that drive powerful business actions and outcomes. Medallia customers reduce churn, turn detractors into promoters and buyers, create in-the-moment cross-sell and up-sell opportunities, and drive revenue-impacting business decisions, providing clear and potent returns on investment. For more information visit www.medallia.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MXO Extension MXO Extension
ID pagmoacdlnddejoihfbgbnncidjjpojb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mxo-extension/pagmoacdlnddejoihfbgbnncidjjpojb
คำอธิบาย Used with MXO, this Extension enables you to configure both listening and orchestrations on your web touchpoints.
ขนาดไฟล์ 28.14 KB
จำนวนการติดตั้ง 668
เวอร์ชันปัจจุบัน 38.0.0
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2020-01-02
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Medallia
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://permalink.thunderhead.com/global/support
URL หน้านโยบายความเป็นส่วนตัว https://www.medallia.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Used with MXO, this Extension enables you to configure both listening and orchestrations on your web touchpoints.",
    "version": "38.0.0",
    "name": "MXO Extension",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'; font-src https:\/\/cdn.medallia.com",
    "minimum_chrome_version": "49",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-bw-16.png",
            "24": "icon-bw-24.png",
            "32": "icon-bw-32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Select a Domain"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "https:\/\/*.thunderhead.com\/",
        "https:\/\/*.thxcloud.com\/"
    ]
}