GTM Enhancer for Google Tag Manager

Enhance Google Tag Manager workflows with GTM Enhancer for utmost efficiency and exact precision in each project.

GTM Enhancer for Google Tag Managerคืออะไร?

GTM Enhancer for Google Tag Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goldmann.dev และคุณลักษณะหลักของมันคือ "Enhance Google Tag Manager workflows with GTM Enhancer for utmost efficiency and exact precision in each project."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GTM Enhancer for Google Tag Manager

ดาวน์โหลดไฟล์ส่วนขยาย GTM Enhancer for Google Tag Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Issue 🤔:

Anyone who works with Google Tag Manager (GTM) is familiar with the complexities and time consumption that comes with managing tags, triggers, and variables. Especially in extensive projects, the dashboard can quickly become overloaded and unclear. Here’s where GTM Enhancer steps in.

The Solution: GTM Enhancer 💡

The GTM Enhancer is a Chrome extension aimed at making work with the Google Tag Manager (GTM) more efficient, transparent, and error-resistant.

Automated Icons 🎨: Every tag type is automatically assigned a visual icon, allowing you to grasp the tag type at a glance. These visual markers facilitate quick scanning and identification of specific tag types, enhancing the clarity of your GTM dashboard.

Smart Naming 🧠: With the integrated Composer for naming conventions, the GTM Enhancer ensures consistent and self-explanatory naming of your GTM elements. This enables you and your team to swiftly and unambiguously identify the functions and uses of each element.

Target Audience 👥:

The GTM Enhancer is suitable for anyone who regularly works with Google Tag Manager and places particular emphasis on an efficient and structured way of working.

Marketing Experts 🎯: Gain quick and clear insights into your campaign tracking tags.
Data Analysts 📊: Benefit from visual distinctions and intelligent naming conventions for swift data analysis.

Developers 👩‍💻👨‍💻: Gain clear insights into the structure of tags and triggers to facilitate debugging and implementations.

GTM Consultants 🗒: Make it easier for your clients to get started and overview GTM with visual distinctions and structured representation.

Whether optimizing marketing campaigns 🚀, enhancing user tracking 🕵️‍♂️, or implementing new features 🛠 – the GTM Enhancer sheds light into the depths of your Tag Manager and ensures a smooth and clearly structured workflow within GTM. Experience a new quality of working with Google Tag Manager and install the GTM Enhancer today. 🎉                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GTM Enhancer for Google Tag Manager GTM Enhancer for Google Tag Manager
ID hnfpaimfopcbgnihipppiadgjpfnopgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gtm-enhancer-for-google-t/hnfpaimfopcbgnihipppiadgjpfnopgf
คำอธิบาย Enhance Google Tag Manager workflows with GTM Enhancer for utmost efficiency and exact precision in each project.
ขนาดไฟล์ 1.87 MB
จำนวนการติดตั้ง 375
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-10-25
วันที่เผยแพร่ 2023-10-09
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://goldmann.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.goldmann.dev/gtm-enhancer
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/detail/gtm-enhancer/hnfpaimfopcbgnihipppiadgjpfnopgf/support
URL หน้านโยบายความเป็นส่วนตัว https://www.goldmann.dev/d
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*",
                "https:\/\/tagassistant.google.com\/*"
            ],
            "js": [
                "composer.min.js",
                "tag-icons.min.js",
                "copyGTMId.min.js"
            ],
            "css": [
                "gtm-enhancer.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/en\/tag-icons.min.css",
                "_locales\/de\/tag-icons.min.css",
                "optionsMapping.json"
            ],
            "matches": [
                "https:\/\/tagmanager.google.com\/*",
                "https:\/\/tagassistant.google.com\/*"
            ]
        }
    ]
}