Ad Manager Viewability Insights

A DevTools extension for inspecting the viewability of Ad Manager Ads

Ad Manager Viewability Insights क्या है?

Ad Manager Viewability Insights mbordihn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A DevTools extension for inspecting the viewability of Ad Manager Ads"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Ad Manager Viewability Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ad Manager Viewability Insights is a open-source DevTools extension to help to improving the viewability and quality of fixed and dynamic ad slots of webpages.

This tool is a extension for the Chrome DevTools, an set of web developer tools built directly into the Google Chrome browser.

Note: We are currently in beta and still in the development process. In order to help us improve please let us know of any issues or suggestions you may have.

⚠️ Ad Manager Viewability Insights results aren't an indication of compliance or non-compliance with any Google Publisher Policies.                    

एक्सटेंशन की मूल जानकारी

नाम Ad Manager Viewability Insights Ad Manager Viewability Insights
ID ahnljpdlfbmbhfabicjhfpaahfpedgfn
आधिकारिक URL https://chromewebstore.google.com/detail/ad-manager-viewability-in/ahnljpdlfbmbhfabicjhfpaahfpedgfn
विवरण A DevTools extension for inspecting the viewability of Ad Manager Ads
फ़ाइल का आकार 296 KB
स्थापना संख्या 681
वर्तमान संस्करण 0.7.0
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2022-07-28
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर mbordihn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/googleads/googleads-viewability-insights-extension
सहायता पृष्ठ URL https://github.com/googleads/googleads-viewability-insights-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Manager Viewability Insights",
    "description": "A DevTools extension for inspecting the viewability of Ad Manager Ads",
    "version": "0.7.0",
    "manifest_version": 3,
    "icons": {
        "32": "logo_48px.png"
    },
    "permissions": [
        "scripting"
    ],
    "devtools_page": "devtools_page.html",
    "background": [],
    "action": [],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}