XTag Google Analytics: Record & check UA,GA4

Categorize, record and display Google Analytics tags, with parameters meaning.

XTag Google Analytics: Record & check UA,GA4คืออะไร?

XTag Google Analytics: Record & check UA,GA4 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Denis Rousseau และคุณลักษณะหลักของมันคือ "Categorize, record and display Google Analytics tags, with parameters meaning."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XTag Google Analytics: Record & check UA,GA4

ดาวน์โหลดไฟล์ส่วนขยาย XTag Google Analytics: Record & check UA,GA4 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        XTag for Google Analytics allows to collect, detail and categorize all Universal Analytics and GA4 tags.
Extension icon:
• Click on grayed icon: extension window is displayed, icon is highlighted, tags recording begins.
• Click on highlighted icon to display extension window when overlapped or minimized.
• Close extension window: icon is grayed, tags recording ends.
Extension window:
• Click on orange led to stop/resume recording.
• Click on bolt icon to stop/allow extension window raising when a tag is recorded.
• Check "GA4 only" to display only GA4 tags.
» Note: even hidden, UA tags are still recorded, so they will be displayed when unchecked.
• Uncheck "Pages" or "Events" or "Others" (Display advertising, Timing...) to hide them.
» Note: even hidden, tags are still recorded, so they will be displayed when checked again.				
• Check "Page URL" to see the URL that triggered the tag.		
• Check "Details" to see a selection of data.
• Check "Advanced" to see all data.				
• Click on chevron to collapse control bar (or double click anywhere on it), click on collapsed bar to expand it.	
• Double-click on tag type or click on its arrow to show/hide all its details.
• Right-click on main tag values to copy them.
• Mouse hover advanced details to see parameters meaning.			
• Click on copy icon to copy all displayed entries in a tabulated format that can be pasted in a text editor or as columns in Excel.
• Click on copy icon on row's left to copy only this tag			
• Click on trash icon to remove all logged tags.                    

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

ชื่อ XTag Google Analytics: Record & check UA,GA4 XTag Google Analytics: Record & check UA,GA4
ID mhenhjfdnnhdfejcbhmpebenecffeolh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xtag-google-analytics-rec/mhenhjfdnnhdfejcbhmpebenecffeolh
คำอธิบาย Categorize, record and display Google Analytics tags, with parameters meaning.
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 722
เวอร์ชันปัจจุบัน 8.1.0
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2019-12-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Denis Rousseau
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XTag Google Analytics: Record & check UA,GA4",
    "short_name": "XTag GA",
    "manifest_version": 2,
    "version": "8.1.0",
    "minimum_chrome_version": "44.0.2403",
    "description": "Categorize, record and display Google Analytics tags, with parameters meaning.",
    "icons": {
        "16": "img\/16.png",
        "19": "img\/19.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "38": "img\/38.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "options_page": "option.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16bw.png",
            "19": "img\/19bw.png",
            "32": "img\/32bw.png",
            "38": "img\/38bw.png"
        },
        "default_title": "XTag for Google Analytics"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "activeTab",
        "webRequest",
        "*:\/\/*\/__utm.gif*",
        "*:\/\/*.google-analytics.com\/r*",
        "*:\/\/*\/collect*",
        "*:\/\/stats.g.doubleclick.net\/r*"
    ]
}