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 là gì?
Tag Assistant search filter là một tiện ích mở rộng Chrome được phát triển bởi Gergely Kántor, và tính năng chính của nó là "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tag Assistant search filter
Tải xuống các tệp mở rộng Tag Assistant search filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tag Assistant search filter |
ID | akndieielbdcchpmjodmpccgkjdfjbgc |
URL Chính Thức | https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc |
Mô tả | Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items. |
Kích Thước Tệp | 54.73 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2021-11-23 |
Ngày Phát Hành | 2021-06-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Gergely Kántor |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |