Tagbird

Get the best view on your online data collection

Tagbird란 무엇입니까?

Tagbird은(는) Digital Power에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the best view on your online data collection"입니다.

확장 프로그램 스크린샷

screenshot

Tagbird 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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