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."입니다.
확장 프로그램 스크린샷
DataTrue Test Builder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/**\/*" ] } |