Tealman

Extends Chrome DevTools to display data sent to Adobe Analytics, Google Analytics, Tealium Collect and Twitter.

Tealman क्या है?

Tealman https://temelm.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends Chrome DevTools to display data sent to Adobe Analytics, Google Analytics, Tealium Collect and Twitter."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        PRIVACY POLICY
Tealman only displays data sent (by the browser) to Adobe Analytics, Google Analytics, Tealium Collect and Twitter. Displayed data is never stored or used in any other way.

What's new in version 3.1.5?
- GA4 (Google Analytics 4) support
- Bug fixes and performance improvements

What's new in version 3.1.4?
- Added Tealium Collect HTTP API (https://collect.tealiumiq.com/event) support
- Added 'Sort requests by newest first' toggle which, if enabled, will display newest requests at the top
- Added dark colour theme option
- Settings window is now scrollable if needed
- Bug fixes and performance improvements

What's new in version 3.1.2?
- Bug fixes and performance improvements

What's new in version 3.1.1?
- Added 'Request selection' toggle which controls whether one or more requests can be selected manually
- Enter/Return key can now be used to navigate between search term matches
- Added instructions to open developer tools when Tealman icon is clicked to avoid confusion
- Settings button is now highlighted if no request filters are enabled
- Bug fixes and performance improvements                    

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

नाम Tealman Tealman
ID kbppiimbnpoalogphgccdikkjhjolmfn
आधिकारिक URL https://chromewebstore.google.com/detail/tealman/kbppiimbnpoalogphgccdikkjhjolmfn
विवरण Extends Chrome DevTools to display data sent to Adobe Analytics, Google Analytics, Tealium Collect and Twitter.
फ़ाइल का आकार 354 KB
स्थापना संख्या 349
वर्तमान संस्करण 3.1.5
अंतिम अपडेट 2024-01-21
प्रकाशन तिथि 2020-08-18
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://temelm.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.temelm.com/tealman
सहायता पृष्ठ URL https://github.com/temelm/tealman/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tealman",
    "version": "3.1.5",
    "description": "Extends Chrome DevTools to display data sent to Adobe Analytics, Google Analytics, Tealium Collect and Twitter.",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/injector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtools\/devtools.html",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/\/utagviewandlinkwithlogging.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}