Insight Tag Checker
Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…
O que é Insight Tag Checker?
Insight Tag Checker é uma extensão do Chrome desenvolvida por shaunpeh, e sua principal característica é "Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Insight Tag Checker
Baixe arquivos de extensão Insight Tag Checker 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
Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight JavaScript code that you can add to your website to enable in-depth campaign reporting and unlock valuable insights about your website visitors. You can use the Insight Tag to track conversions, retarget website visitors, and unlock additional insights about members interacting with your ads. About Insight Tag Checker” assist users to inspect the implementation of their Insight Tag or conversion tag(s) within their website. It removes the struggle for users to use chrome inspecting tool, navigate and check the response from network tab. All the steps are condensed down to “a single click”. Functionality This tool checks your network request and ensures that you are getting the right response back from the intended server which is registering your Insight Tag Script. Getting the right response ascertain that your script tag is firing and being received appropriately. *************************************************************************** Inspired greatly by Pixel Helper Chrome Extension - Pearmill
Informações Básicas da Extensão
Nome | Insight Tag Checker |
ID | feeednoflloccfhgoiiohjammanphoef |
URL Oficial | https://chromewebstore.google.com/detail/insight-tag-checker/feeednoflloccfhgoiiohjammanphoef |
Descrição | Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight… |
Tamanho do Arquivo | 24.55 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.4 |
Última Atualização | 2023-07-01 |
Data de Publicação | 2022-06-18 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | shaunpeh |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.theb2bhouse.com |
URL da Página de Ajuda | https://tag-checker.theb2bhouse.com/ |
URL da Página de Política de Privacidade | https://www.theb2bhouse.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insight Tag Checker", "manifest_version": 3, "version": "1.4", "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Insight Tag Checker" }, "background": { "service_worker": "background.js" }, "permissions": [ "webRequest", "storage", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*" ] } |