Quantcast - Tag Inspector

Validate your Measure and Consent tags, and see a summary of your site's audience

Quantcast - Tag Inspector란 무엇입니까?

Quantcast - Tag Inspector은(는) https://quantcast.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Validate your Measure and Consent tags, and see a summary of your site's audience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quantcast - Tag Inspector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly                    

확장 프로그램 기본 정보

이름 Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
공식 URL https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
설명 Validate your Measure and Consent tags, and see a summary of your site's audience
파일 크기 378 KB
설치 횟수 2,927
현재 버전 2.0.18
최근 업데이트 2023-11-23
출시 날짜 2019-02-01
평점 4.82/5 총 11 개의 평점
개발자 https://quantcast.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
도움말 페이지 URL https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quantcast - Tag Inspector",
    "description": "Validate your Measure and Consent tags, and see a summary of your site's audience",
    "version": "2.0.18",
    "icons": {
        "128": "icon-unchecked.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "uri.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-unchecked.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/ https:\/\/www.googleadservices.com\/ https:\/\/cdn.mxpnl.com\/; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "",
        "*:\/\/*.quantcast.com\/",
        "*:\/\/*.quantserve.com\/",
        "*:\/\/*.quantserve.com\/"
    ]
}