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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}