Zemanta Pixel Helper
With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Wat is Zemanta Pixel Helper?
Zemanta Pixel Helper is een Chrome-extensie ontwikkeld door outbrain-ext, en de belangrijkste functie is "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site".
Extensie Screenshots
Download het CRX-bestand van de extensie Zemanta Pixel Helper
Download Zemanta Pixel Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Zemanta Pixel Helper |
ID | hcmhhjbfamlpaejfmlildgpgedlbdfoh |
Officiële URL | https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh |
Beschrijving | With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site |
Bestandsgrootte | 137 KB |
Aantal Installaties | 484 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-03-16 |
Publicatiedatum | 2021-11-01 |
Ontwikkelaar | outbrain-ext |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.zemanta.com |
Ondersteunde Talen | 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" } ] } |