Tealium Event Tracker

Check tracking events payload and prints it to the console!

Tealium Event Tracker क्या है?

Tealium Event Tracker rpcm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check tracking events payload and prints it to the console!"।

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

screenshot
screenshot

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

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

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

                        Extends and enhances the tracking functions to intercept the events payload and print them to the console.                    

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

नाम Tealium Event Tracker Tealium Event Tracker
ID nbkmegijepdgaibmjgkbkckmcabkabhc
आधिकारिक URL https://chromewebstore.google.com/detail/tealium-event-tracker/nbkmegijepdgaibmjgkbkckmcabkabhc
विवरण Check tracking events payload and prints it to the console!
फ़ाइल का आकार 140 KB
स्थापना संख्या 339
वर्तमान संस्करण 0.0.0.6
अंतिम अपडेट 2023-07-10
प्रकाशन तिथि 2021-10-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर rpcm
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tealium Event Tracker",
    "manifest_version": 2,
    "version": "0.0.0.6",
    "description": "Check tracking events payload and prints it to the console!",
    "icons": {
        "32": "i32.png",
        "128": "i128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tealium Event Tracker"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        ""
    ]
}