Twitter Pixel Helper

Displays an icon if there is a Twitter website tag on a given page

O que é Twitter Pixel Helper?

Twitter Pixel Helper é uma extensão do Chrome desenvolvida por https://ads.twitter.com, e sua principal característica é "Displays an icon if there is a Twitter website tag on a given page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitter Pixel Helper

Baixe arquivos de extensão Twitter Pixel Helper 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

                        The Twitter Pixel Helper is a Chrome extension to help advertisers verify their Twitter website tag implementation.

The Twitter Pixel Helper looks for website tag fires in the background and provides realtime feedback on the implementation, with information such as which website tags were fired and possible implementation mistakes. The number on the extension icon indicates the number of website tag fires. When clicked, a panel expands to show details  on the website tags found, as well as any implementation warnings.                    

Informações Básicas da Extensão

Nome Twitter Pixel Helper Twitter Pixel Helper
ID jepminnlebllinfmkhfbkpckogoiefpd
URL Oficial https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd
Descrição Displays an icon if there is a Twitter website tag on a given page
Tamanho do Arquivo 183 KB
Contagem de Instalações 61,231
Versão Atual 2.0.2
Última Atualização 2022-09-09
Data de Publicação 2020-01-27
Classificação 3.38/5 Total de 16 Avaliações
Desenvolvedor https://ads.twitter.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ads.twitter.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Displays an icon if there is a Twitter website tag on a given page",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Twitter Pixel Helper",
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "There is a Twitter website tag on this page"
    },
    "permissions": [
        "background",
        "tabs",
        "storage",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "version": "2.0.2"
}