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是由tools-admin開發的Chrome擴展程式,該擴展的主要功能是“Extension to validate your prebid.js setup, list AdUnits and bids, visualise latencies and timings of your webpages header-bidding…”。

擴展截圖

screenshot

下載Professor Prebid擴展crx文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}