AdSense Active View Monitor

Monitors Activity of Google AdSense Active View

Wat is AdSense Active View Monitor?

AdSense Active View Monitor is een Chrome-extensie ontwikkeld door GV Software Solutions, en de belangrijkste functie is "Monitors Activity of Google AdSense Active View".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AdSense Active View Monitor

Download AdSense Active View Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AdSense Active View Monitor AdSense Active View Monitor
ID cmjfeoafompmdagkmabefjhmoibfiapm
Officiële URL https://chromewebstore.google.com/detail/adsense-active-view-monit/cmjfeoafompmdagkmabefjhmoibfiapm
Beschrijving Monitors Activity of Google AdSense Active View
Bestandsgrootte 17.41 KB
Aantal Installaties 1,861
Huidige Versie 1.1
Laatst Bijgewerkt 2022-02-02
Publicatiedatum 2016-01-26
Beoordeling 4.71/5 Totaal 51 Beoordelingen
Ontwikkelaar GV Software Solutions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
Help Pagina-URL https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
URL van de Privacybeleid Pagina https://www.gvsoso.com/privacy-policy
Ondersteunde Talen 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"
    }
}