Teads Pixel Helper

Tool providing information on teads tracker's integration

Teads Pixel Helper là gì?

Teads Pixel Helper là một tiện ích mở rộng Chrome được phát triển bởi Teads.com, và tính năng chính của nó là "Tool providing information on teads tracker's integration".

Ả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 Teads Pixel Helper

Tải xuống các tệp mở rộng Teads Pixel Helper 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 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.                    

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

Tên Teads Pixel Helper Teads Pixel Helper
ID pphkfapdogfpoemjlhhadfcmeeogemjo
URL Chính Thức https://chromewebstore.google.com/detail/teads-pixel-helper/pphkfapdogfpoemjlhhadfcmeeogemjo
Mô tả Tool providing information on teads tracker's integration
Kích Thước Tệp 270 KB
Số Lần Cài Đặt 2,526
Phiên Bản Hiện Tại 4.2.1
Cập Nhật Lần Cuối 2022-12-06
Ngày Phát Hành 2020-09-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Teads.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}