Medallia DXA Extension

Gives additional functionality to Medallia DXA

Medallia DXA Extensionคืออะไร?

Medallia DXA Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://medallia.com และคุณลักษณะหลักของมันคือ "Gives additional functionality to Medallia DXA"

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

screenshot
screenshot

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

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

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

                        Decibel extension provides additional functionality for Decibel reporting application. It is required to view advanced heatmap and visitor replay functionality.                    

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

ชื่อ Medallia DXA Extension Medallia DXA Extension
ID iadffjigiclimjimlfcpfedjomjapnhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/medallia-dxa-extension/iadffjigiclimjimlfcpfedjomjapnhf
คำอธิบาย Gives additional functionality to Medallia DXA
ขนาดไฟล์ 361 KB
จำนวนการติดตั้ง 7,920
เวอร์ชันปัจจุบัน 4.0.11
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2020-05-20
คะแนน 4.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://medallia.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.medallia.com/products/digital-experience-analytics/
URL หน้าช่วยเหลือ https://www.medallia.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.medallia.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medallia DXA Extension",
    "description": "Gives additional functionality to Medallia DXA",
    "version": "4.0.11",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "assets\/icon-16x16.png",
        "19": "assets\/icon-19x19.png",
        "38": "assets\/icon-38x38.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon-16x16.png",
            "19": "assets\/icon-19x19.png",
            "38": "assets\/icon-38x38.png",
            "48": "assets\/icon-48x48.png",
            "128": "assets\/icon-128x128.png"
        },
        "default_title": "Medallia DXA",
        "default_popup": "options\/index.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/dicontent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content\/content2.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "browser_style": false,
        "page": "options\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "declarativeNetRequest",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/hmScripts.js",
                "content\/anotherTabScript.js",
                "content\/DXAWidget.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/fonts\/Nunito.ttf",
                "assets\/fonts\/Nunito-Bold.ttf",
                "assets\/fonts\/Nunito-Medium.ttf",
                "assets\/fonts\/Nunito-Light.ttf",
                "assets\/fonts\/Nunito-ExtraLight.ttf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}