Outbrain Pixel Tracker
With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site
O que é Outbrain Pixel Tracker?
Outbrain Pixel Tracker é uma extensão do Chrome desenvolvida por outbrain-ext, e sua principal característica é "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Outbrain Pixel Tracker
Baixe arquivos de extensão Outbrain Pixel Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Outbrain Pixel Tracker |
ID | daebadnaphbiobojnpgcenlkgpihmbdc |
URL Oficial | https://chromewebstore.google.com/detail/outbrain-pixel-tracker/daebadnaphbiobojnpgcenlkgpihmbdc |
Descrição | With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site |
Tamanho do Arquivo | 28.08 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 2.0.0.0 |
Última Atualização | 2023-07-11 |
Data de Publicação | 2019-06-06 |
Classificação | 3.60/5 Total de 5 Avaliações |
Desenvolvedor | outbrain-ext |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.outbrain.com |
URL da Página de Ajuda | https://www.outbrain.com/help/advertisers/troubleshoot-pixel-installation/ |
Idiomas Suportados | 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" } ] } |