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 |
Eメール | [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" ] } |