Neodata Group Toolbox

Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.

什么是Neodata Group Toolbox?

Neodata Group Toolbox是由Neodata Group开发的Chrome扩展程序,该扩展的主要功能是“Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.”。

扩展截图

screenshot
screenshot

下载Neodata Group Toolbox扩展crx文件

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

扩展使用说明

                        Neodata Toolbox is a free Chrome extension that helps you to validate exaudi tags installed on your own domain. You can now check and be sure your tags are working correctly in one click! 
The toolbox analyses the exaudi tags installed on a webpage and displays:
- a status of tag found or no tag found;
- key details such as tag id,  company id, URL, Cookie Matching;
- pageview and custom events information.

How do I use the toolbox?  
Navigate to any webpage, click on the Neodata Toolbox extension on top right of the navigation bar and you will see tag details for that page. Verifying your tags has never been easier.                    

扩展基本信息

名称 Neodata Group Toolbox Neodata Group Toolbox
ID pjmhjjjhlfggdffolnfcbccdbpaonbdb
官方URL https://chromewebstore.google.com/detail/neodata-group-toolbox/pjmhjjjhlfggdffolnfcbccdbpaonbdb
简介 Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.
文件大小 555 KB
安装次数 70
当前版本 1.4
更新时间 2021-02-04
上架时间 2020-03-25
开发者 Neodata Group
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.neodatagroup.com/en/security-policy/neodata-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neodata Group Toolbox",
    "short_name": "neoToolbox",
    "description": "Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.",
    "version": "1.4",
    "icons": {
        "48": "toolbox\/images\/icon_48.png",
        "128": "toolbox\/images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.neodadatagroup.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "toolbox\/images\/icon_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "toolbox\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "toolbox\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}