Adobe Experience Platform Debugger

Debug Adobe Experience Platform and Adobe Experience Cloud products using the Adobe Experience Platform Debugger

Adobe Experience Platform Debuggerคืออะไร?

Adobe Experience Platform Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adobe Inc. และคุณลักษณะหลักของมันคือ "Debug Adobe Experience Platform and Adobe Experience Cloud products using the Adobe Experience Platform Debugger"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adobe Experience Platform Debugger

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

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

                        The new Adobe Experience Platform Debugger helps to debug Adobe Experience Platform and Adobe Experience Cloud products. The new Debugger includes everything you love in the previous debugger plus these new features:

Fresh-yet-familiar design
Enjoy a debugging experience that feels more intuitive and natural.

More space to debug
The new navigation bar auto-collapses when Debugger get too small to ensure you have enough space to debug.

See your data layer in action
See data layer changes on a timeline alongside every Adobe network call to more easily debug your data.

Understand your data layer
Toggle the diff viewer to see how your data layer evolves across the event timeline.

Freely Flip through tabs
Click the Lock icon to stay connected to the current tab in focus without losing the context of the page you’re debugging.

Implementation health at your fingertips
See in-context implementation health checks powered by Adobe Experience Platform Auditor so ensure your Adobe implementations are healthy.

More flexible Launch and DTM testing
Inject Launch embed codes, or replace or block both DTM and Launch embed codes.

Easy on the eyes
Go to settings to toggle between dark- and light-mode.                    

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

ชื่อ Adobe Experience Platform Debugger Adobe Experience Platform Debugger
ID bfnnokhpnncpkdmbokanobigaccjkpob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adobe-experience-platform/bfnnokhpnncpkdmbokanobigaccjkpob
คำอธิบาย Debug Adobe Experience Platform and Adobe Experience Cloud products using the Adobe Experience Platform Debugger
ขนาดไฟล์ 1.93 MB
จำนวนการติดตั้ง 75,561
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2021-05-06
คะแนน 3.41/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Adobe Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.adobe.com/privacy/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "experience_platform_16.cd4d870b.png",
        "48": "experience_platform_48.b69a49d5.png",
        "128": "experience_platform_128.af37e26e.png"
    },
    "minimum_chrome_version": "72.0.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "sw.6d903817.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "experience_platform_16.cd4d870b.png",
            "48": "experience_platform_48.b69a49d5.png",
            "128": "experience_platform_128.af37e26e.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.xml",
                "https:\/\/*\/*.xml",
                "https:\/\/*.adobelogin.com\/*"
            ],
            "js": [
                "src\/content\/content.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "permissions": [
        "cookies",
        "debugger",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/app\/index.html",
        "src\/login\/login.html",
        "src\/content\/content.js"
    ]
}