Waaila Tracking Validator

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

什么是Waaila Tracking Validator?

Waaila Tracking Validator是由Waaila开发的Chrome扩展程序,该扩展的主要功能是“Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Waaila Tracking Validator扩展crx文件

下载Waaila Tracking Validator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Waaila Tracking Validator Waaila Tracking Validator
ID jkmohgcefflkfjoemjnpigiokpjeohcl
官方URL https://chromewebstore.google.com/detail/waaila-tracking-validator/jkmohgcefflkfjoemjnpigiokpjeohcl
简介 Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.
文件大小 1.05 MB
安装次数 270
当前版本 1.80
更新时间 2022-12-16
上架时间 2020-09-07
评分 5.00/5 共6次评分
开发者 Waaila
电子邮箱 [email protected]
付费类型 free
扩展官网 https://waaila.com/en/tracking-validator/
帮助页面URL https://waaila.com/en/docs/tracking-validator/
隐私政策页面URL https://waaila.com/en/privacy-policy
支持的语言 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
    }
}