Waaila Tracking Validator

Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.

Waaila Tracking Validator là gì?

Waaila Tracking Validator là một tiện ích mở rộng Chrome được phát triển bởi Waaila, và tính năng chính của nó là "Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Waaila Tracking Validator

Tải xuống các tệp mở rộng Waaila Tracking Validator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The only browser extension to inspect & validate your data layer in seconds. Forget long manual crawling. Automate the validation now!
 
Waaila Tracking Validator tests your data layer, shows what data is being pushed, and highlights all the errors in your data layer schema. See where exactly the error occurs, what problems it causes, and speed the process of retrieval.
 
FEATURES
· Inspect data layer content
· Use your custom JSON schema to compare it with the actual data layer content
· Errors highlighted in colors for immediate detection
· Merged data layer displaying
· See data layer content corresponding to a selected event
· View previous page and see events that occurred just before redirection
· Choose your name for the data layer
· Enable Google Analytics 4 debugging                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Waaila Tracking Validator Waaila Tracking Validator
ID jkmohgcefflkfjoemjnpigiokpjeohcl
URL Chính Thức https://chromewebstore.google.com/detail/waaila-tracking-validator/jkmohgcefflkfjoemjnpigiokpjeohcl
Mô tả Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 1.80
Cập Nhật Lần Cuối 2022-12-16
Ngày Phát Hành 2020-09-07
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Waaila
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://waaila.com/en/tracking-validator/
URL Trang Trợ Giúp https://waaila.com/en/docs/tracking-validator/
URL Trang Chính Sách Bảo Mật https://waaila.com/en/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Waaila Tracking Validator",
    "version": "1.80",
    "icons": {
        "16": "img\/waaila-16.png",
        "48": "img\/waaila-48.png",
        "128": "img\/waaila-128.png"
    },
    "description": "Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; script-src-elem 'self' http:\/\/tag.aticdn.net https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/waaila-32.png",
        "default_popup": "core\/popup\/popup.html"
    },
    "devtools_page": "core\/devtools\/devtoolsInit.html",
    "web_accessible_resources": [
        "core\/contentInjected.js"
    ],
    "background": {
        "scripts": [
            "core\/background.js"
        ],
        "persistent": false
    }
}