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
Eメール [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\/**\/*"
    ]
}