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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provide information to commercial teams about the Ad slots which are rendered in any web page and can run audits."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AdTech Debuggers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}