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