GTM Helper

Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.

GTM Helperとは何ですか?

GTM HelperはAlex Kozackによって開発されたChromeの拡張機能で、その主な機能は「Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.」です。

拡張機能のスクリーンショット

screenshot

GTM Helper拡張機能のCRXファイルをダウンロード

GTM Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension simplifies the work with Geegle tag manager. Just select any element on the web page and get several options for configuring GTM triggers. 
No more developer console or CSS selectors.                    

拡張機能の基本情報

名前 GTM Helper GTM Helper
ID nlacheihkljhpihchfjpmccafnipcana
公式URL https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana
説明 Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
ファイルサイズ 45.19 KB
インストール数 125
現在のバージョン 0.0.7
最終更新日 2023-08-26
公開日 2023-07-25
評価 5.00/5 合計 1 レビュー
開発者 Alex Kozack
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://kozack.me
対応言語 en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "0.0.7",
    "default_locale": "en",
    "icons": {
        "128": "icons\/128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/main.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}