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 to jest Tag Assistant search filter?
Tag Assistant search filter to rozszerzenie Chrome opracowane przez Gergely Kántor, a jego główną funkcją jest „Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tag Assistant search filter
Pobierz pliki rozszerzeń Tag Assistant search filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tag Assistant search filter |
ID | akndieielbdcchpmjodmpccgkjdfjbgc |
Oficjalny URL | https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc |
Opis | Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items. |
Rozmiar pliku | 54.73 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2021-11-23 |
Data Publikacji | 2021-06-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Gergely Kántor |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |