ADDBG Extension

Browser extension to debug Adobe Launch, Target and Analytics implementations

ADDBG Extension란 무엇입니까?

ADDBG Extension은(는) http://thyngster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to debug Adobe Launch, Target and Analytics implementations"입니다.

확장 프로그램 스크린샷

screenshot

ADDBG Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is being replaced by "Analytics Debugger" . Will be removed from the Store on 1st July.

----------------------------------------------------------------------------------------
Adobe Launch, Analytics, Target debugging extension. 

For Launch it allows to see all direct calls, rules being triggered, dataLayer statuses in real time. For Adobe Analytics it allows you to see the current hits being fired and the current postBack responses from the backend. 
For Target is helps on viewing the data sent and the recommendations being returned.

ChangeLog
v0.0.4
Placeholder to alert people of extension removal on 1st July.

v0.0.3
- Fix . Conflict with Adobe Experience Platform Debugger Extension, preventing Launch to be detected. 
v0.0.2
- Added Direct Calls Reporting
- Added Clipboard Functionality
- Added a reset button
- New Splash Screen
- Fixes Tables Reporting and CSS Tweak                    

확장 프로그램 기본 정보

이름 ADDBG Extension ADDBG Extension
ID odmpnbemndpfljhegnaadenboglohkea
공식 URL https://chrome.google.com/webstore/detail/addbg-extension/odmpnbemndpfljhegnaadenboglohkea
설명 Browser extension to debug Adobe Launch, Target and Analytics implementations
파일 크기 58.09 KB
설치 횟수 192
현재 버전 0.0.4
최근 업데이트 2023-04-17
출시 날짜 2021-08-27
평점 5.00/5 총 2 개의 평점
개발자 http://thyngster.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ADDBG Extension",
    "version": "0.0.4",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "devtools_page": "pages\/devtools.html",
    "description": "Browser extension to debug Adobe Launch, Target and Analytics implementations",
    "homepage_url": "https:\/\/www.analytics-debugger.com\/tools\/addbg-extension",
    "short_name": "adbdb-debugger",
    "permissions": [],
    "author": "thyngster",
    "minimum_chrome_version": "88",
    "content_scripts": []
}