Outbrain Pixel Tracker
With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site
Apa itu Outbrain Pixel Tracker?
Outbrain Pixel Tracker adalah ekstensi Chrome yang dikembangkan oleh outbrain-ext, dan fitur utamanya adalah "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Outbrain Pixel Tracker
Unduh file ekstensi Outbrain Pixel Tracker 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 Tracker for any error messages.
Informasi Dasar Ekstensi
Nama | Outbrain Pixel Tracker |
ID | daebadnaphbiobojnpgcenlkgpihmbdc |
URL Resmi | https://chromewebstore.google.com/detail/outbrain-pixel-tracker/daebadnaphbiobojnpgcenlkgpihmbdc |
Deskripsi | With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site |
Ukuran File | 28.08 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 2.0.0.0 |
Terakhir Diperbarui | 2023-07-11 |
Tanggal Publikasi | 2019-06-06 |
Penilaian | 3.60/5 Total 5 Penilaian |
Pengembang | outbrain-ext |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.outbrain.com |
URL Halaman Bantuan | https://www.outbrain.com/help/advertisers/troubleshoot-pixel-installation/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Outbrain Pixel Tracker", "short_name": "Outbrain Pixel Tracker", "version": "2.0.0.0", "description": "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site", "icons": { "16": "Amelia.png", "48": "48x48.png", "128": "128x128.png" }, "action": { "default_icon": { "16": "Amelia.png", "24": "Amelia.png", "32": "32x32.png" }, "default_title": "Outbrain Pixel Tracker", "default_popup": "drop_down\/drop_down.html" }, "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |