Ad Manager Viewability Insights

A DevTools extension for inspecting the viewability of Ad Manager Ads

Qu'est-ce que Ad Manager Viewability Insights ?

Ad Manager Viewability Insights est une extension Chrome développée par mbordihn, et sa fonction principale est "A DevTools extension for inspecting the viewability of Ad Manager Ads".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ad Manager Viewability Insights

Téléchargez les fichiers d'extension Ad Manager Viewability Insights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ad Manager Viewability Insights Ad Manager Viewability Insights
ID ahnljpdlfbmbhfabicjhfpaahfpedgfn
URL Officiel https://chromewebstore.google.com/detail/ad-manager-viewability-in/ahnljpdlfbmbhfabicjhfpaahfpedgfn
Description A DevTools extension for inspecting the viewability of Ad Manager Ads
Taille du Fichier 296 KB
Nombre d'Installations 681
Version Actuelle 0.7.0
Dernière Mise à Jour 2024-03-04
Date de Publication 2022-07-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur mbordihn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/googleads/googleads-viewability-insights-extension
URL de la Page d'Aide https://github.com/googleads/googleads-viewability-insights-extension/issues
Langues Prises en Charge 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
        }
    ]
}