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.”。

擴展截圖

screenshot
screenshot

下載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 Tag Assistant search filter
ID akndieielbdcchpmjodmpccgkjdfjbgc
官方網址 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"
    ]
}