Teads Pixel Helper

Tool providing information on teads tracker's integration

什么是Teads Pixel Helper?

Teads Pixel Helper是由Teads.com开发的Chrome扩展程序,该扩展的主要功能是“Tool providing information on teads tracker's integration”。

扩展截图

screenshot
screenshot

下载Teads Pixel Helper扩展crx文件

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

扩展使用说明

                        This extension will allow user / Teads customers to verify the proper setup and firing of Teads pixel on an advertiser website.
A Teads pixel is necessary when a customer is running a performance campaign with Teads.
Proper pixel setup is key as it allows for an optimization on event tracked.                    

扩展基本信息

名称 Teads Pixel Helper Teads Pixel Helper
ID pphkfapdogfpoemjlhhadfcmeeogemjo
官方URL https://chromewebstore.google.com/detail/teads-pixel-helper/pphkfapdogfpoemjlhhadfcmeeogemjo
简介 Tool providing information on teads tracker's integration
文件大小 270 KB
安装次数 2,526
当前版本 4.2.1
更新时间 2022-12-06
上架时间 2020-09-24
评分 5.00/5 共2次评分
开发者 Teads.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Teads Pixel Helper",
    "version": "4.2.1",
    "description": "Tool providing information on teads tracker's integration",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "content\/import-content-script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "js": [
                "content\/import-iframe-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Teads Pixel Helper",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/content-script.js",
                "content\/iframe-script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}