Tag Manager Validator

Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.

Tag Manager Validator là gì?

Tag Manager Validator là một tiện ích mở rộng Chrome được phát triển bởi shailaigade, và tính năng chính của nó là "Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tag Manager Validator

Tải xuống các tệp mở rộng Tag Manager Validator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a quick and easy way to validate your tag management and datalayer. You can also compare it with the analytics request side by side.

Added third party tags like: Facebook Pixel, Criteo Tag, Adform Pixel and Adwords Conversion & Remarketing. We will continue adding more tags, so we dont need any other plugins for tag validations.

The next release will come in a month or two because we are trying to clean up the code and making it more dynamic and easier to maintain.

PLEASE CONTINUE sending bugs or other feedback with the feedback button.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tag Manager Validator Tag Manager Validator
ID cchofejnakigbabpcnlcglfdjhglepam
URL Chính Thức https://chrome.google.com/webstore/detail/tag-manager-validator/cchofejnakigbabpcnlcglfdjhglepam
Mô tả Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.0.3.6
Cập Nhật Lần Cuối 2019-10-01
Ngày Phát Hành 2019-10-01
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển shailaigade
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.",
    "manifest_version": 2,
    "name": "Tag Manager Validator",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.3.6",
    "web_accessible_resources": [
        "\/js\/*"
    ]
}