Outbrain Pixel Tracker
With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site
Cos'è Outbrain Pixel Tracker?
Outbrain Pixel Tracker è un'estensione di Chrome sviluppata da outbrain-ext, e la sua funzione principale è "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Outbrain Pixel Tracker
Scarica i file di estensione Outbrain Pixel Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Outbrain Pixel Tracker |
ID | daebadnaphbiobojnpgcenlkgpihmbdc |
URL Ufficiale | https://chromewebstore.google.com/detail/outbrain-pixel-tracker/daebadnaphbiobojnpgcenlkgpihmbdc |
Descrizione | With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site |
Dimensione del File | 28.08 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 2.0.0.0 |
Ultimo Aggiornamento | 2023-07-11 |
Data di Pubblicazione | 2019-06-06 |
Valutazione | 3.60/5 Totale 5 Valutazioni |
Sviluppatore | outbrain-ext |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.outbrain.com |
URL della Pagina di Aiuto | https://www.outbrain.com/help/advertisers/troubleshoot-pixel-installation/ |
Lingue Supportate | 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" } ] } |