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是由Gergely Kántor开发的Chrome扩展程序,该扩展的主要功能是“Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.”。
扩展截图
下载Tag Assistant search filter扩展crx文件
下载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" ] } |