Ad Manager Viewability Insights

A DevTools extension for inspecting the viewability of Ad Manager Ads

Was ist Ad Manager Viewability Insights?

Ad Manager Viewability Insights ist eine Chrome-Erweiterung, die von mbordihn entwickelt wurde, und ihr Hauptmerkmal ist "A DevTools extension for inspecting the viewability of Ad Manager Ads".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ad Manager Viewability Insights-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ad Manager Viewability Insights-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ad Manager Viewability Insights Ad Manager Viewability Insights
ID ahnljpdlfbmbhfabicjhfpaahfpedgfn
Offizielle URL https://chromewebstore.google.com/detail/ad-manager-viewability-in/ahnljpdlfbmbhfabicjhfpaahfpedgfn
Beschreibung A DevTools extension for inspecting the viewability of Ad Manager Ads
Dateigröße 296 KB
Installationsanzahl 681
Aktuelle Version 0.7.0
Letztes Update 2024-03-04
Veröffentlichungsdatum 2022-07-28
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler mbordihn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/googleads/googleads-viewability-insights-extension
Hilfeseite URL https://github.com/googleads/googleads-viewability-insights-extension/issues
Unterstützte Sprachen 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
        }
    ]
}