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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GTM Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
        }
    ]
}