Teads Pixel Helper
Tool providing information on teads tracker's integration
Qu'est-ce que Teads Pixel Helper ?
Teads Pixel Helper est une extension Chrome développée par Teads.com, et sa fonction principale est "Tool providing information on teads tracker's integration".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Teads Pixel Helper
Téléchargez les fichiers d'extension Teads Pixel Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Teads Pixel Helper |
ID | pphkfapdogfpoemjlhhadfcmeeogemjo |
URL Officiel | https://chromewebstore.google.com/detail/teads-pixel-helper/pphkfapdogfpoemjlhhadfcmeeogemjo |
Description | Tool providing information on teads tracker's integration |
Taille du Fichier | 270 KB |
Nombre d'Installations | 2,526 |
Version Actuelle | 4.2.1 |
Dernière Mise à Jour | 2022-12-06 |
Date de Publication | 2020-09-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Teads.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |