Tealman

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

Τι είναι το Tealman;

Το Tealman είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Tealman

Λήψη αρχείων επέκτασης Tealman σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
                ""
            ]
        }
    ]
}