Tag Assistant search filter
Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
What is Tag Assistant search filter?
Tag Assistant search filter is a Chrome extension developed by Gergely Kántor, and its main feature is "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.".
Extension Screenshots
Download Tag Assistant search filter Extension CRX File
Download Tag Assistant search filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tag Assistant search filter |
ID | akndieielbdcchpmjodmpccgkjdfjbgc |
Official URL | https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc |
Description | Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items. |
File Size | 54.73 KB |
Installation Count | 43 |
Current Version | 0.2.0 |
Last Updated | 2021-11-23 |
Publish Date | 2021-06-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Gergely Kántor |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |