Teads Pixel Helper
Tool providing information on teads tracker's integration
What is Teads Pixel Helper?
Teads Pixel Helper is a Chrome extension developed by Teads.com, and its main feature is "Tool providing information on teads tracker's integration".
Extension Screenshots
Download Teads Pixel Helper Extension CRX File
Download Teads Pixel Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Teads Pixel Helper |
ID | pphkfapdogfpoemjlhhadfcmeeogemjo |
Official URL | https://chromewebstore.google.com/detail/teads-pixel-helper/pphkfapdogfpoemjlhhadfcmeeogemjo |
Description | Tool providing information on teads tracker's integration |
File Size | 270 KB |
Installation Count | 2,526 |
Current Version | 4.2.1 |
Last Updated | 2022-12-06 |
Publish Date | 2020-09-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Teads.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |