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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make testing and monitoring of tags simple with DataTrue. Use the DataTrue Test Builder tool to easily create tests in DataTrue."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DataTrue Test Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/**\/*" ] } |