DataTrue Test Builder

Make testing and monitoring of tags simple with DataTrue. Use the DataTrue Test Builder tool to easily create tests in DataTrue.

什么是DataTrue Test Builder?

DataTrue Test Builder是由https://datatrue.com开发的Chrome扩展程序,该扩展的主要功能是“Make testing and monitoring of tags simple with DataTrue. Use the DataTrue Test Builder tool to easily create tests in DataTrue.”。

扩展截图

screenshot
screenshot
screenshot

下载DataTrue Test Builder扩展crx文件

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

扩展使用说明

                        DataTrue is a data assurance and tag testing tool that enables:

Monitoring of complex workflow interactions
Create tests that validate your tags across complex ajax interactions, iframed content and across top level domains.

Easy test creation
Create workflow tests easily by interacting with your site using our Test Builder. Discover tags onsite with the Tag Discovery tool. Quickly configure tests using our template library of tags.

Comprehensive reporting
Receive detailed reports including page load timing and tag validation. Drill down to detailed information about test results to resolve errors, including viewing tag data payloads and errors written to the test browser console.

Test Prior to Deployment
Streamline testing of new tag configuration against a live website before deploying into production.

Tag Regression Testing
Undertake regression testing of tag modifications to protect your tag updates from errors.

Custom tag support
Allows for testing of custom tags such as in-house developed tags.

Find out more at DataTrue.com.                    

扩展基本信息

名称 DataTrue Test Builder DataTrue Test Builder
ID oghoceohpfhokhcoomihkobmpbcljall
官方URL https://chromewebstore.google.com/detail/datatrue-test-builder/oghoceohpfhokhcoomihkobmpbcljall
简介 Make testing and monitoring of tags simple with DataTrue. Use the DataTrue Test Builder tool to easily create tests in DataTrue.
文件大小 360 KB
安装次数 199
当前版本 0.11.1
更新时间 2023-09-13
上架时间 2020-03-03
评分 4.33/5 共6次评分
开发者 https://datatrue.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://datatrue.com/?utm_source=chrome_web_store&utm_medium=referral&utm_campaign=TestBuilderExt
帮助页面URL https://support.datatrue.com
隐私政策页面URL https://app.datatrue.com/privacy-policy
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "0.11.1",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "128": "assets\/images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "cookies",
        "debugger",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "vendor\/jquery.js",
            "vendor\/rsvp.js",
            "vendor\/lodash.js",
            "util.js",
            "rsvpchrome.js",
            "background.js",
            "chromereload.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "testbuilder.js"
            ],
            "css": [
                "assets\/styles\/container.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "assets\/**\/*"
    ]
}