Debugger for Google Analytics 4 (GA4)

Browser DevTools extension for debugging Google Analytics 4 (GA4) events.

Debugger for Google Analytics 4 (GA4)คืออะไร?

Debugger for Google Analytics 4 (GA4) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Yoon และคุณลักษณะหลักของมันคือ "Browser DevTools extension for debugging Google Analytics 4 (GA4) events."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Debugger for Google Analytics 4 (GA4)

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

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

                        Google Analytics (GA) Debugger is a Chrome DevTools extension for Google Analytics 4 (GA4) tracking information to its own tab in the Chrome Developer Tools. This extension supports a debug_mode parameter so that you can  monitor events in Admin > DebugView on the GA4 report and the Chrome Developer Tools. It is also possible to opt out tracking events during the testing sessions so GA data can be kept clean.  

You will get a new tab in your Chrome DevTools: 📶 GA4 Debugger if a current site in the Chrome browser tab uses GA4 tracking.                    

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

ชื่อ Debugger for Google Analytics 4 (GA4) Debugger for Google Analytics 4 (GA4)
ID nomnoimacbncclfbnfaingniikblfbji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/debugger-for-google-analy/nomnoimacbncclfbnfaingniikblfbji
คำอธิบาย Browser DevTools extension for debugging Google Analytics 4 (GA4) events.
ขนาดไฟล์ 98.78 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.4.9
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2022-11-02
คะแนน 4.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา James Yoon
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debugger for Google Analytics 4 (GA4)",
    "version": "3.4.9",
    "version_name": "3.4.9",
    "description": "Browser DevTools extension for debugging Google Analytics 4 (GA4) events.",
    "manifest_version": 3,
    "icons": {
        "16": "build\/icons\/16.png",
        "48": "build\/icons\/48.png",
        "128": "build\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "build\/icons\/16-gray.png",
            "48": "build\/icons\/48-gray.png",
            "128": "build\/icons\/128-gray.png"
        },
        "default_title": "Debugger for Google Analytics\u2122 4",
        "default_popup": "build\/disabled.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "debug_mode_ruleset",
                "enabled": false,
                "path": "add_debug_mode_rule.json"
            },
            {
                "id": "opt_out_ruleset",
                "enabled": false,
                "path": "add_opt_out_rule.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "build\/devtools.html",
                "build\/main.html",
                "build\/scripts\/background.js",
                "build\/scripts\/installDetector.js",
                "build\/scripts\/installHook.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "devtools_page": "build\/main.html",
    "background": {
        "service_worker": "build\/scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/g\/collect?v=2*",
        "https:\/\/analytics.google.com\/g\/collect?v=2*",
        "https:\/\/*\/*g\/collect?v=2*",
        "https:\/\/*\/gtag\/js*",
        "*:\/\/localhost\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/scripts\/detector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}