AdSense Active View Monitor

Monitors Activity of Google AdSense Active View

Was ist AdSense Active View Monitor?

AdSense Active View Monitor ist eine Chrome-Erweiterung, die von GV Software Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Monitors Activity of Google AdSense Active View".

Erweiterungsscreenshots

screenshot

AdSense Active View Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie AdSense Active View Monitor-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

                        Monitors Activity of Google AdSense Active View

A utility for Google Adsense publishers to monitor when a request for AdSense Active View occurs on their website. That way, it is possible to optimise web page layout to ensure the best performance for their ad units, in particular the Active View Viewable metric.

This extension will notify you once any ad unit causes AdSense Active View to acknowledge the unit has been viewed. At this time, the Ad Slot ID and page URL are displayed in a Chrome notification.                    

Grundlegende Informationen zur Erweiterung

Name AdSense Active View Monitor AdSense Active View Monitor
ID cmjfeoafompmdagkmabefjhmoibfiapm
Offizielle URL https://chromewebstore.google.com/detail/adsense-active-view-monit/cmjfeoafompmdagkmabefjhmoibfiapm
Beschreibung Monitors Activity of Google AdSense Active View
Dateigröße 17.41 KB
Installationsanzahl 1,861
Aktuelle Version 1.1
Letztes Update 2022-02-02
Veröffentlichungsdatum 2016-01-26
Bewertung 4.71/5 Insgesamt 51 Bewertungen
Entwickler GV Software Solutions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
Hilfeseite URL https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
URL der Datenschutzrichtlinien-Seite https://www.gvsoso.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AdSense Active View Monitor",
    "short_name": "Active View Monitor",
    "description": "Monitors Activity of Google AdSense Active View",
    "version": "1.1",
    "permissions": [
        "webRequest",
        "tabs",
        "webRequest",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bgp.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}