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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}