TagTag Check Extension

This extension helps to validate admitad integration

什么是TagTag Check Extension?

TagTag Check Extension是由Admitad开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to validate admitad integration”。

扩展截图

screenshot
screenshot

下载TagTag Check Extension扩展crx文件

下载TagTag Check Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension allows the user to check if the JavaScript for order registration is installed and configured correctly:
– Checking if the script is available on all pages of the site.
– Checking if the script is embedded ("installed") correctly.
– Checking operation of the error handler script.
– Checking the setting of environment variables in the script.
– Checking if campaign_code is set correctly.
– Checking if the first-party cookie is deployed.                    

扩展基本信息

名称 TagTag Check Extension TagTag Check Extension
ID hfgfandfmfdmdjbjkhdcnkoohgiocdac
官方URL https://chromewebstore.google.com/detail/tagtag-check-extension/hfgfandfmfdmdjbjkhdcnkoohgiocdac
简介 This extension helps to validate admitad integration
文件大小 1.09 MB
安装次数 1,259
当前版本 0.3.0
更新时间 2022-06-25
上架时间 2019-03-25
评分 5.00/5 共1次评分
开发者 Admitad
电子邮箱 [email protected]
付费类型 free
扩展官网 https://help.admitad.com/en/advertiser/topic/189-integration-via-tracking-code#testing
隐私政策页面URL https://terms.admitad.com/en/privacy-policy/admitad-privacy-policy-intro
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TagTag Check Extension",
    "description": "This extension helps to validate admitad integration",
    "version": "0.3.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "jekoifodgifignfilbdfdadjkjmmgcek",
            "hfgfandfmfdmdjbjkhdcnkoohgiocdac",
            "kfdcjogkhbigomkfbppoeiieliikdofa",
            "igjkhdgaoimjdaocmfcdodehkkeocign"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "kfdcjogkhbigomkfbppoeiieliikdofa",
                "igjkhdgaoimjdaocmfcdodehkkeocign"
            ]
        }
    ]
}