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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}