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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://datatrue.com และคุณลักษณะหลักของมันคือ "Make testing and monitoring of tags simple with DataTrue. Use the DataTrue Test Builder tool to easily create tests in DataTrue."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DataTrue Test Builder

ดาวน์โหลดไฟล์ส่วนขยาย 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\/**\/*"
    ]
}