Analytics Debugger

Your Single Source of Truth (SSOT) for debugging analytics implementations

Analytics Debuggerคืออะไร?

Analytics Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thyngster.com และคุณลักษณะหลักของมันคือ "Your Single Source of Truth (SSOT) for debugging analytics implementations"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Formerly known as "GTM/GA Debugger," our tool is your ultimate Single Source of Truth (SSOT) for debugging analytics implementations!

Are you a developer, analyst, or marketer committed to achieving top-tier web analytics and tracking results? Look no further! Our powerful debug tool is meticulously crafted to simplify your life.

Analytics Debugger streamlines your daily debugging tasks, boasting user-friendliness for all while delivering in-depth insights to advanced users.

v2.4.6
- Adds support for Chartbeat
- Fixed Amplitude Regional Collection Endpoints

Key Features:

🛠️ Wide Compatibility: Our tool seamlessly supports a variety of analytics and tracking tools, including:

  - Google Tag Manager
  - Google Analytics
  - Tealium
  - Piwik Pro / Matomo
  - Adobe tools
  - and most commonly used Marketing Pixels.

to mention some of them (Check the full list here)

🔒 Privacy Enhancement: Rest assured, our tool injects code only after DevTools has loaded, with no background monitoring.

🚀 Tools: Supercharge your tracking implementation with a rich toolkit including 

    - GTM Preview Enhancer: USe this tool to bypass all the limitations from the original Preview Mode
   - Google Analytics Debug Libraries Loader
   - Block GA3/GA4 Hits: Prevent your
   - Export Features
   - Real-Time Data
   - Enhanced Ecommerce Reports
  -  Data Filtering for Focused Insights
  -  Clicks Blocker: Prevent being redirected to next page
  -  and much more!

Get started today and elevate your analytics debugging and optimization process effortlessly.

Unlock the full potential of your analytics and tracking endeavors – streamline your workflow, enhance privacy, and gain profound insights seamlessly. Download now and experience the transformation!

Changelog: You can check out our latest updates on our GitHub repository.
https://github.com/analytics-debugger/analytics-debugger-browser-extension

Support / Feedback: Offered via the Store or using the Github Repository

Official Documentation: For detailed guidance, visit our official documentation at https://www.analytics-debugger.com/tools/browser-extension

Don't miss out on this game-changing tool. Elevate your analytics game today!                    

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

ชื่อ Analytics Debugger Analytics Debugger
ID ilnpmccnfdjdjjikgkefkcegefikecdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/analytics-debugger/ilnpmccnfdjdjjikgkefkcegefikecdc
คำอธิบาย Your Single Source of Truth (SSOT) for debugging analytics implementations
ขนาดไฟล์ 300 KB
จำนวนการติดตั้ง 119,893
เวอร์ชันปัจจุบัน 2.4.6
อัปเดตครั้งล่าสุด 2023-09-20
วันที่เผยแพร่ 2020-06-04
คะแนน 4.63/5 รวมทั้งหมด 176 คะแนน
ผู้พัฒนา https://www.thyngster.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.analytics-debugger.com/tools/browser-extension/?utm_source=chromestore&utm_medium=marketplace&utm_campaign=gtmdebugger
URL หน้าช่วยเหลือ https://github.com/analytics-debugger/analytics-debugger-browser-extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "Analytics Debugger",
    "version": "2.4.6",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.thyngster.com",
    "description": "Your Single Source of Truth (SSOT) for debugging analytics implementations",
    "devtools_page": ".\/dist\/devtools\/index.html",
    "incognito": "split",
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/images\/icon-16.png",
        "48": ".\/assets\/images\/icon-48.png",
        "128": ".\/assets\/images\/icon-128.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}