Tag Assistant search filter

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

Cos'è Tag Assistant search filter?

Tag Assistant search filter è un'estensione di Chrome sviluppata da Gergely Kántor, e la sua funzione principale è "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tag Assistant search filter

Scarica i file di estensione Tag Assistant search filter 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Tag Assistant search filter Tag Assistant search filter
ID akndieielbdcchpmjodmpccgkjdfjbgc
URL Ufficiale https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc
Descrizione Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
Dimensione del File 54.73 KB
Conteggio Installazioni 43
Versione Corrente 0.2.0
Ultimo Aggiornamento 2021-11-23
Data di Pubblicazione 2021-06-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Gergely Kántor
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}