Professor Prebid

Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…

Cos'è Professor Prebid?

Professor Prebid è un'estensione di Chrome sviluppata da tools-admin, e la sua funzione principale è "Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Professor Prebid

Scarica i file di estensione Professor Prebid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding partners, override CPMs and filter bidders for troubleshooting.                    

Informazioni di Base sull'Estensione

Nome Professor Prebid Professor Prebid
ID kdnllijdimhbledmfdbljampcdphcbdc
URL Ufficiale https://chromewebstore.google.com/detail/professor-prebid/kdnllijdimhbledmfdbljampcdphcbdc
Descrizione Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…
Dimensione del File 1.26 MB
Conteggio Installazioni 10,017
Versione Corrente 0.2.71
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2022-05-12
Valutazione 4.70/5 Totale 10 Valutazioni
Sviluppatore tools-admin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.71",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_idle",
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "incognito": "split",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "name": "Professor Prebid",
    "options_page": "options.html",
    "permissions": [
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.bundle.js",
                "app.html",
                "openDfpConsole.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}