AdTech Debuggers

Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.

什么是AdTech Debuggers?

AdTech Debuggers是由https://adops.wiki开发的Chrome扩展程序,该扩展的主要功能是“Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.”。

扩展截图

screenshot
screenshot

下载AdTech Debuggers扩展crx文件

下载AdTech Debuggers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        BKR AdTech

The purpose of this extension is to provide information to commercial teams about the Ad slots which are rendered in a webpage and vendors.

Currently the extension is including:

- DFP
- PrebidJS
- Nativo 
- Taboola
- OneTrust
- Audit Ads on page
- Latest forum feeds 

Releases/versions and updates will be posted on the AdOps forum (https://www.adops.wiki) once we complete the development of the website, meanwhile for any inquiries please email us at : [email protected]                    

扩展基本信息

名称 AdTech Debuggers AdTech Debuggers
ID iiammbfijgkjigahedoohgohjiicdefd
官方URL https://chromewebstore.google.com/detail/adtech-debuggers/iiammbfijgkjigahedoohgohjiicdefd
简介 Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.
文件大小 291 KB
安装次数 284
当前版本 1.7.1
更新时间 2022-07-06
上架时间 2019-11-07
评分 5.00/5 共3次评分
开发者 https://adops.wiki
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.adops.wiki
帮助页面URL https://www.adops.wiki
隐私政策页面URL https://static.bokarsolutions.co.uk/legal/privacy_policy.pdf
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdTech Debuggers",
    "version": "1.7.1",
    "description": "Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits.",
    "author": "Bokar Solutions Ltd",
    "homepage_url": "https:\/\/www.bokarsolutions.co.uk",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*\/\/*.google.com\/*",
                "*chrome:\/\/extensions\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "AdTech Debug Config",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        },
        "default_popup": "popup.html"
    }
}