Tag Assistant search filter
Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
Что такое Tag Assistant search filter?
Tag Assistant search filter - это расширение Chrome, разработанное Gergely Kántor, и его основная функция - "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.".
Снимки экрана расширения
Скачать файл CRX расширения Tag Assistant search filter
Скачайте файлы расширений Tag Assistant search filter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Tag Assistant search filter |
ID | akndieielbdcchpmjodmpccgkjdfjbgc |
Официальный URL | https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc |
Описание | Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items. |
Размер файла | 54.73 KB |
Количество установок | 43 |
Текущая Версия | 0.2.0 |
Последнее Обновление | 2021-11-23 |
Дата публикации | 2021-06-05 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Gergely Kántor |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |