Tag Assistant search filter

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

Vad är Tag Assistant search filter?

Tag Assistant search filter är en Chrome-tillägg utvecklad av Gergely Kántor, och dess huvudfunktion är "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Tag Assistant search filter-förlängningens CRX-fil

Ladda ner Tag Assistant search filter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tag Assistant search filter Tag Assistant search filter
ID akndieielbdcchpmjodmpccgkjdfjbgc
Officiell webbadress https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc
Beskrivning Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
Filstorlek 54.73 KB
Antal Installationer 43
Aktuell Version 0.2.0
Senast Uppdaterad 2021-11-23
Publiceringsdatum 2021-06-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Gergely Kántor
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}