Zemanta Pixel Helper
With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Was ist Zemanta Pixel Helper?
Zemanta Pixel Helper ist eine Chrome-Erweiterung, die von outbrain-ext entwickelt wurde, und ihr Hauptmerkmal ist "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site".
Erweiterungsscreenshots
Zemanta Pixel Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zemanta 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
If you find that you are not receiving conversions in your dashboard after the campaign has been live for a few days, make sure to check the Pixel Helper for any error messages.
Grundlegende Informationen zur Erweiterung
Name | Zemanta Pixel Helper |
ID | hcmhhjbfamlpaejfmlildgpgedlbdfoh |
Offizielle URL | https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh |
Beschreibung | With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site |
Dateigröße | 137 KB |
Installationsanzahl | 484 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2022-03-16 |
Veröffentlichungsdatum | 2021-11-01 |
Entwickler | outbrain-ext |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.zemanta.com |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zemanta Pixel Helper", "short_name": "Zemanta Pixel Helper", "version": "1.0.3", "description": "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site", "icons": { "16": "zemanta-icon.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": { "16": "zemanta-icon.png", "24": "zemanta-icon.png", "32": "32x32.png" }, "default_title": "Zemanta Pixel Helper", "default_popup": "drop_down\/drop_down.html" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |