Elevar GTM Event Builder

Browser extension for Google Tag Manager

Elevar GTM Event Builderとは何ですか?

Elevar GTM Event Builderはhttps://getelevar.comによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for Google Tag Manager」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        The fastest and easiest way to add GA4 custom event tags via Google Tag Manager. 

With Elevar's GTM Event Builder you can point-and-click your way to creating new GA4 tags and triggers inside of Google Tag Manager!

This extension allows you to create the following events for Google Analytics:

- Form Submissions
- Click events
- Visibility events
- Pageview events
- Automatically select the DOM element required for custom click triggers
- Google Analytics event tags with associated triggers automatically assigned

Once done tagging your site you can import these events in 1-click to GTM.

Last updated August 2023                    

拡張機能の基本情報

名前 Elevar GTM Event Builder Elevar GTM Event Builder
ID aanpkkmackhljjnbcopdoidpdjngfooc
公式URL https://chromewebstore.google.com/detail/elevar-gtm-event-builder/aanpkkmackhljjnbcopdoidpdjngfooc
説明 Browser extension for Google Tag Manager
ファイルサイズ 786 KB
インストール数 5,665
現在のバージョン 3.13.0
最終更新日 2024-01-25
公開日 2020-06-29
評価 3.60/5 合計 5 レビュー
開発者 https://getelevar.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.getelevar.com/event-builder/
ヘルプページのURL https://knowledge.getelevar.com/elevar-analytics/how-to-use-elevar-gtm-event-builder
プライバシーポリシーページのURL https://www.getelevar.com/legal/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Elevar GTM Event Builder",
    "description": "Browser extension for Google Tag Manager",
    "homepage_url": "https:\/\/getelevar.com",
    "version": "3.13.0",
    "version_name": "3.13.0",
    "minimum_chrome_version": "116",
    "incognito": "split",
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/elevar-logo-16x16.png",
        "32": "images\/elevar-logo-32x32.png",
        "64": "images\/elevar-logo-64x64.png",
        "96": "images\/elevar-logo-96x96.png",
        "128": "images\/elevar-logo-128x128.png"
    },
    "action": {
        "default_title": "Elevar GTM",
        "default_icon": {
            "16": "images\/elevar-logo-16x16.png",
            "32": "images\/elevar-logo-32x32.png",
            "64": "images\/elevar-logo-64x64.png",
            "96": "images\/elevar-logo-96x96.png",
            "128": "images\/elevar-logo-128x128.png"
        }
    },
    "background": {
        "service_worker": "backgroundScript.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}