Professor Prebid

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

Co to jest Professor Prebid?

Professor Prebid to rozszerzenie Chrome opracowane przez tools-admin, a jego główną funkcją jest „Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Professor Prebid

Pobierz pliki rozszerzeń Professor Prebid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Professor Prebid Professor Prebid
ID kdnllijdimhbledmfdbljampcdphcbdc
Oficjalny URL https://chromewebstore.google.com/detail/professor-prebid/kdnllijdimhbledmfdbljampcdphcbdc
Opis Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…
Rozmiar pliku 1.26 MB
Liczba instalacji 10,017
Aktualna Wersja 0.2.71
Ostatnia Aktualizacja 2024-01-22
Data Publikacji 2022-05-12
Ocena 4.70/5 Łącznie 10 Oceny
Deweloper tools-admin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}