Tag Assistant search filter

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

Co je Tag Assistant search filter?

Tag Assistant search filter je rozšíření Chrome vyvinuté Gergely Kántor, a jeho hlavní funkcí je „Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Tag Assistant search filter

Stáhněte si soubory rozšíření Tag Assistant search filter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tag Assistant search filter Tag Assistant search filter
ID akndieielbdcchpmjodmpccgkjdfjbgc
Oficiální URL https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc
Popis Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
Velikost souboru 54.73 KB
Počet instalací 43
Aktuální Verze 0.2.0
Poslední Aktualizace 2021-11-23
Datum Vydání 2021-06-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Gergely Kántor
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}