Taboola Pixel Helper
This extension allows the user to troubleshoot problems when using Taboola Pixels.
Was ist Taboola Pixel Helper?
Taboola Pixel Helper ist eine Chrome-Erweiterung, die von Taboola, Inc entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to troubleshoot problems when using Taboola Pixels.".
Erweiterungsscreenshots
Taboola Pixel Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Taboola Pixel Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Taboola Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation. It works in the background and scans for conversion, retargeting or new Taboola pixels, and provides real-time feedback on the implementation. In case the Taboola pixel helper found pixels on your page, a small number will appear on the extension's icon. This number indicates the number of pixels found. To reach a detailed report regarding the pixels that were implemented on the page including possible implementation mistakes, just click on the Taboola pixel helper icon.
Grundlegende Informationen zur Erweiterung
Name | Taboola Pixel Helper |
ID | aefiepimkogajhddmhcekceihikjcabd |
Offizielle URL | https://chromewebstore.google.com/detail/taboola-pixel-helper/aefiepimkogajhddmhcekceihikjcabd |
Beschreibung | This extension allows the user to troubleshoot problems when using Taboola Pixels. |
Dateigröße | 620 KB |
Installationsanzahl | 38,091 |
Aktuelle Version | 1.2.3 |
Letztes Update | 2024-02-15 |
Veröffentlichungsdatum | 2020-07-02 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | Taboola, Inc |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Taboola Pixel Helper", "description": "This extension allows the user to troubleshoot problems when using Taboola Pixels.", "version": "1.2.3", "action": { "default_popup": "index.html", "default_title": "Open Taboola Pixel Helper" }, "background": { "service_worker": "background.min.js" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.min.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "injected.min.js" ], "matches": [ " |