Tag Manager Validator

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

Tag Manager Validatorとは何ですか?

Tag Manager Validatorはshailaigadeによって開発されたChromeの拡張機能で、その主な機能は「Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tag Manager Validator拡張機能のCRXファイルをダウンロード

Tag Manager Validator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Tag Manager Validator Tag Manager Validator
ID cchofejnakigbabpcnlcglfdjhglepam
公式URL https://chrome.google.com/webstore/detail/tag-manager-validator/cchofejnakigbabpcnlcglfdjhglepam
説明 Validator for tag managers like: DTM, GTM or Tealium, which can give you a validation of the datalayer.
ファイルサイズ 1.49 MB
インストール数 3,000
現在のバージョン 0.0.3.6
最終更新日 2019-10-01
公開日 2019-10-01
評価 4.00/5 合計 4 レビュー
開発者 shailaigade
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}