Tag Assistant search filter

Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.

O que é Tag Assistant search filter?

Tag Assistant search filter é uma extensão do Chrome desenvolvida por Gergely Kántor, e sua principal característica é "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tag Assistant search filter

Baixe arquivos de extensão Tag Assistant search filter 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

                        You can add search filter boxes to Google Tag Assistant window, which makes it easy to search among tags and variables. The filter box allows you to use Regular Expression search filters to be able to focus on currently edited or tested tags or variables. Instead of browsers built-in text search highlights, you get a narrowed set of tags or variables.

As an extra feature, event history list can also be filtered.

Just click the extension button whenever you need the search boxes.                    

Informações Básicas da Extensão

Nome Tag Assistant search filter Tag Assistant search filter
ID akndieielbdcchpmjodmpccgkjdfjbgc
URL Oficial https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc
Descrição Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
Tamanho do Arquivo 54.73 KB
Contagem de Instalações 43
Versão Atual 0.2.0
Última Atualização 2021-11-23
Data de Publicação 2021-06-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Gergely Kántor
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tag Assistant search filter",
    "description": "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.",
    "version": "0.2.0",
    "browser_action": {
        "default_title": "Add search box to Tag Assistant",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}