Teads Pixel Helper

Tool providing information on teads tracker's integration

Teads Pixel Helper क्या है?

Teads Pixel Helper Teads.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool providing information on teads tracker's integration"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teads Pixel Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}