Professor Prebid

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

Что такое Professor Prebid?

Professor Prebid - это расширение Chrome, разработанное tools-admin, и его основная функция - "Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Professor Prebid

Скачайте файлы расширений Professor Prebid в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Professor Prebid Professor Prebid
ID kdnllijdimhbledmfdbljampcdphcbdc
Официальный URL https://chromewebstore.google.com/detail/professor-prebid/kdnllijdimhbledmfdbljampcdphcbdc
Описание Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…
Размер файла 1.26 MB
Количество установок 10,017
Текущая Версия 0.2.71
Последнее Обновление 2024-01-22
Дата публикации 2022-05-12
Рейтинг 4.70/5 Всего 10 оценок
Разработчик tools-admin
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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:\/\/*\/*"
            ]
        }
    ]
}