Tagbird

Get the best view on your online data collection

Tagbirdคืออะไร?

Tagbird เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digital Power และคุณลักษณะหลักของมันคือ "Get the best view on your online data collection"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tagbird

ดาวน์โหลดไฟล์ส่วนขยาย Tagbird ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tagbird is the easiest way to inspect which events are tracked by web analytics, marketing, and tag manager solutions. Try it out, you'll be surprised how useful it is.

Supported Analytics Solutions:
- Adobe Analytics
- Google Analytics
- Matomo

Supported Marketing Solutions:
- AWIN
- Google Ads
- Google DoubleClick
- Facebook
- LinkedIn

Supported Tag Management Solutions:
- Digital Event Queue 
- Google Tag Manager
- Relay42
- Tealium iQ + Server Side

Privacy Statement:
All data handled or stored by the Tagbird extension is done locally on the device that the extension is installed on. No data is sent or made available by the extension to Digital Power or parties external to Digital Power.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tagbird Tagbird
ID mnkpjcgdlhenamhcbempiogjamdkbbgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tagbird/mnkpjcgdlhenamhcbempiogjamdkbbgi
คำอธิบาย Get the best view on your online data collection
ขนาดไฟล์ 257 KB
จำนวนการติดตั้ง 4,840
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2020-06-06
คะแนน 4.80/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Digital Power
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://digital-power.com/en/tagbird-privacy-statement
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tagbird",
    "short_name": "Tagbird",
    "description": "Get the best view on your online data collection",
    "version": "2.0",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "96": "img\/icon_96.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "96": "img\/icon_96.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "Tagbird",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "iziToast.min.css",
                "inpage.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}