Digital Data Viewer (DDV)

View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools.

Digital Data Viewer (DDV)란 무엇입니까?

Digital Data Viewer (DDV)은(는) https://www.gieson.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Digital Data Viewer (DDV) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Digital Data Viewer (DDV) captures requests made to Adobe Experience analytics platforms (AppMeasurement + XDM) and presents the information from your digitalData data layer delivered to Adobe for page view and link click event tracking in devtools panel.

- Compact view tied to each tab, for focused evaluation of data dedicated to analytics analysis.

- Incorporates Tag Management System info (Adobe Launch and Tealium) including build, property, report suite into each request.

- Toggle between "compact view" (single line pre request) or "expanded view" (multi-level object introspection).

- The filter mechanism allows for simple string search, as well as regexp, and filters out request so only those that include the matching value are displayed

- Choose dark-mode or light mode.

- Export all request as: CSV, TEXT, HTML, JSON -- allowing for the capture of an entire "flow" for further analysis offline.

- Forward events to your endpoint to assist with Adobe Event Forwarding local development.                    

확장 프로그램 기본 정보

이름 Digital Data Viewer (DDV) Digital Data Viewer (DDV)
ID jakfkigacoblojbffhjananlifkombok
공식 URL https://chromewebstore.google.com/detail/digital-data-viewer-ddv/jakfkigacoblojbffhjananlifkombok
설명 View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools.
파일 크기 1.95 MB
설치 횟수 1,306
현재 버전 2.6.0
최근 업데이트 2024-02-08
출시 날짜 2021-06-22
평점 5.00/5 총 3 개의 평점
개발자 https://www.gieson.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gieson.com/Library/projects/utilities/digital-data-viewer/
도움말 페이지 URL https://www.gieson.com/Library/projects/utilities/digital-data-viewer/
개인정보 보호 정책 페이지 URL https://www.gieson.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Digital Data Viewer (DDV)",
    "short_name": "Digital Data Viewer",
    "version": "2.6.0",
    "manifest_version": 3,
    "author": "mike gieson",
    "homepage_url": "https:\/\/www.gieson.com\/Library\/projects\/utilities\/digital-data-viewer\/",
    "description": "View, filter and save Adobe Analytics and Adobe Experience Manager (XDM \/ Alloy) data from developer tools.",
    "devtools_page": "dt_init.html",
    "action": {
        "default_icon": {
            "16": "\/images\/icons\/icon-16.png",
            "32": "\/images\/icons\/icon-32.png",
            "48": "\/images\/icons\/icon-48.png",
            "128": "\/images\/icons\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/icons\/icon-16.png",
        "32": "\/images\/icons\/icon-32.png",
        "48": "\/images\/icons\/icon-48.png",
        "128": "\/images\/icons\/icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*\/b\/ss\/*",
        "*:\/\/*\/ee\/v1\/*",
        "*:\/\/edge.adobedc.net\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    }
}