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 هو إضافة Chrome تم تطويرها بواسطة Alex Kozack، والميزة الرئيسية لها هي "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GTM Helper

قم بتنزيل ملفات الامتداد GTM Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة 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
        }
    ]
}