AdTech Ad Inspector

AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.

AdTech Ad Inspector란 무엇입니까?

AdTech Ad Inspector은(는) https://adtech.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AdTech Ad Inspector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages (such as ad unit code, ad size, and custom targeting), The extension should work on all GPT instances that utilise the standard ad tagging library.

AdTech Ad Inspector builds upon the foundations of the Forbes ad inspector project and further enhances it with bug fixes and all new features including:


Google Ad Manager
Real-time view of Google Ad Manager ad delivery, ad units, page and slot targeting.

Video.js
Real-time view of Video.js ad delivery

JW Player
Overview of your JW Player instance, including ad delivery and config data.

Prebid.js
Comprehensive view of your prebid.js header bidding auctions and bidders.

Consent Management Platform (TCF)
Shows user consent data, including addtlConsent, consentString, gdprApplies, googleConsent.

Consent Management Platform (USP)
Shows user consent data, including uspString, version, ccpaApplies.

Lotame (DMP)
Overview of your lotame instance, including audience segments, ID and config data.

Permutive (DMP)
Overview of your permutive instance, including audience segments, ID and config data.

This application uses Open Source components from the Forbes Ad Inspector project. We acknowledge and are grateful to these developers for their contributions to open source. 

More Details: https://adtech.dev/tools/adtech-ad-inspector/                    

확장 프로그램 기본 정보

이름 AdTech Ad Inspector AdTech Ad Inspector
ID mmbfjiakfgpnpannoknhdbmoammbpdeh
공식 URL https://chromewebstore.google.com/detail/adtech-ad-inspector/mmbfjiakfgpnpannoknhdbmoammbpdeh
설명 AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.
파일 크기 898 KB
설치 횟수 2,000
현재 버전 1.1.0
최근 업데이트 2021-09-10
출시 날짜 2021-02-10
평점 5.00/5 총 5 개의 평점
개발자 https://adtech.dev
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://adtech.dev/
개인정보 보호 정책 페이지 URL https://adtech.dev/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdTech Ad Inspector",
    "description": "AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "loader.js"
    ]
}