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
Eメール [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"
    }
}