TagWizard - GTM Tag Builder

Speed up your Google Tag Manager tag creation. Add GTM tags, triggers and variables from your site. For beginners and experts.

什麼是TagWizard - GTM Tag Builder?

TagWizard - GTM Tag Builder是由https://tagwizard.io開發的Chrome擴展程式,該擴展的主要功能是“Speed up your Google Tag Manager tag creation. Add GTM tags, triggers and variables from your site. For beginners and experts.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載TagWizard - GTM Tag Builder擴展crx文件

下載TagWizard - GTM Tag Builder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Revolutionize your Google Tag Manager workflow with TagWizard

Accelerate your Google Tag Manager configuration by up to 10 times with TagWizard! Streamline the creation of tags, triggers, and variables directly from your website, freeing you to concentrate on the aspects of your work that truly make a difference.

With TagWizard, you'll be able to 1-click setup following things:
1) Setup Google Tag
2) Setup various pixels (Facebook, TikTok)
3) Setup button and pageview tags
4) Track forms (currently supported: Contact Form 7)
5) Track email copy and click events
6) Create custom Javascript variables


Make TagWizard your go-to tool for optimizing your Google Tag Manager setup, and focus on what matters most in your digital marketing efforts.                    

擴展基本資訊

名稱 TagWizard - GTM Tag Builder TagWizard - GTM Tag Builder
ID aiblookbncdhogeficljpbpimpbbjdda
官方網址 https://chromewebstore.google.com/detail/tagwizard-gtm-tag-builder/aiblookbncdhogeficljpbpimpbbjdda
簡介 Speed up your Google Tag Manager tag creation. Add GTM tags, triggers and variables from your site. For beginners and experts.
檔案大小 577 KB
安裝次數 32
目前版本 0.1.6
更新時間 2024-01-31
上架時間 2023-12-02
評分 5.00/5 共 4 次評分
開發者 https://tagwizard.io
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://tagwizard.io/
隱私政策頁面URL https://tagwizard.io/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.1.6",
    "author": "Markus Trasberg",
    "name": "TagWizard - GTM Tag Builder",
    "description": "Speed up your Google Tag Manager tag creation. Add GTM tags, triggers and variables from your site. For beginners and experts.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "contextMenus",
        "identity",
        "identity.email",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*"
            ],
            "js": [
                "gtm_bubble.122e1591.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "onsite_dialog.76f1c842.js"
            ],
            "css": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiro1B6cgPS5KtAm7ZEbgO+17bmLTtmvsPp1hfBj6Ck+iPUfYSU0de2+rNXHwMEMZO6o0K4EFhXYZXQzQOAKJwwsz9ux08S9gffs1dGjV7ymfDeXhkcCf67tBYjwpO3kvw6mpKt43gb6Nlu9yJnC1RkTRsL2E83I2WLiFH97lyhJebf55cbCrkMvqkwnpKtdWnE0KAqQb9+uonjqnKgu4RRpW1o+smmYCnD7ubZgqzJmCZzvsyWj586qS8yhcTBZ6UtaspomxaYJTS8nrQperlivtE13xr+\/g1glMaJeGjp5AgIxL\/rlI6C5TCozP+DI5gJTswdNsALKQHCxNNLZIGwIDAQAB",
    "oauth2": {
        "client_id": "505535436374-or20lsc1dq9h0qnhu9ire403kcmfu7l5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tagmanager.edit.containers"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*"
            ],
            "resources": [
                "gtm_bubble.95bad065.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "gtm_bubble.95bad065.css"
            ]
        }
    ]
}