Trackie

Debug and test tag manager and analytics implementations.

Trackie क्या है?

Trackie https://pualien.github.io/Trackie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Debug and test tag manager and analytics implementations."।

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

screenshot

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

crx प्रारूप में Trackie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Trackie 🐞 is a Chrome extension to enhance debugging 👨🏼‍💻 of some frequently-used tag management platforms 🌩:
- GTM
- Tealium
- More tag managers supported, as linked in the project homepage

In addition Trackie intercepts ⚡️ a lot of most-used tag calls (page view, clicks, checkout...) 🕵🏻‍♂‍from:
- Google Analytics also v4 property, formerly known as "App + Web" property (with Audiences also)
- Many other tags supported, as linked in the project homepage

Tag calls can now be exported in csv 💾 in order to better view data collected offline!                    

एक्सटेंशन की मूल जानकारी

नाम Trackie Trackie
ID iphjjodolgbelaogcefgpegebgecopeh
आधिकारिक URL https://chromewebstore.google.com/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh
विवरण Debug and test tag manager and analytics implementations.
फ़ाइल का आकार 172 KB
स्थापना संख्या 456
वर्तमान संस्करण 0.11.12
अंतिम अपडेट 2020-12-14
प्रकाशन तिथि 2019-11-15
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://pualien.github.io/Trackie
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pualien.github.io/Trackie/
सहायता पृष्ठ URL https://pualien.github.io/Trackie/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trackie",
    "description": "Debug and test tag manager and analytics implementations.",
    "short_name": "trackie",
    "version": "0.11.12",
    "icons": {
        "48": "i48.png",
        "128": "i128.png"
    },
    "devtools_page": "devtools.html",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "inject.js",
        "oo_poly.js"
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "declarativeWebRequest",
        "*:\/\/*\/*",
        "activeTab",
        "downloads"
    ]
}