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”。
擴展截圖
下載ADDBG Extension擴展crx文件
下載ADDBG Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | odmpnbemndpfljhegnaadenboglohkea |
官方網址 | 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": [] } |