Zemanta Pixel Helper
With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
Apa itu Zemanta Pixel Helper?
Zemanta Pixel Helper adalah ekstensi Chrome yang dikembangkan oleh outbrain-ext, dan fitur utamanya adalah "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zemanta Pixel Helper
Unduh file ekstensi Zemanta Pixel Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Zemanta Pixel Helper |
ID | hcmhhjbfamlpaejfmlildgpgedlbdfoh |
URL Resmi | https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh |
Deskripsi | With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site |
Ukuran File | 137 KB |
Jumlah Instalasi | 484 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2022-03-16 |
Tanggal Publikasi | 2021-11-01 |
Pengembang | outbrain-ext |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.zemanta.com |
Bahasa yang Didukung | 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" } ] } |