Professor Prebid

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

Wat is Professor Prebid?

Professor Prebid is een Chrome-extensie ontwikkeld door tools-admin, en de belangrijkste functie is "Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Professor Prebid

Download Professor Prebid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Professor Prebid Professor Prebid
ID kdnllijdimhbledmfdbljampcdphcbdc
Officiële URL https://chromewebstore.google.com/detail/professor-prebid/kdnllijdimhbledmfdbljampcdphcbdc
Beschrijving Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…
Bestandsgrootte 1.26 MB
Aantal Installaties 10,017
Huidige Versie 0.2.71
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2022-05-12
Beoordeling 4.70/5 Totaal 10 Beoordelingen
Ontwikkelaar tools-admin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}