Tealman

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

什么是Tealman?

Tealman是由https://temelm.com开发的Chrome扩展程序,该扩展的主要功能是“Extends Chrome DevTools to display data sent to Adobe Analytics, Google Analytics, Tealium Collect and Twitter.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Tealman扩展crx文件

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