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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adtech.dev, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης AdTech Ad Inspector

Λήψη αρχείων επέκτασης AdTech Ad Inspector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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