ADDBG Extension
Browser extension to debug Adobe Launch, Target and Analytics implementations
ما هو ADDBG Extension؟
ADDBG Extension هو إضافة Chrome تم تطويرها بواسطة http://thyngster.com، والميزة الرئيسية لها هي "Browser extension to debug Adobe Launch, Target and Analytics implementations".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ADDBG Extension
قم بتنزيل ملفات الامتداد ADDBG Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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": [] } |