AdSense Active View Monitor

Monitors Activity of Google AdSense Active View

Apa itu AdSense Active View Monitor?

AdSense Active View Monitor adalah ekstensi Chrome yang dikembangkan oleh GV Software Solutions, dan fitur utamanya adalah "Monitors Activity of Google AdSense Active View".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AdSense Active View Monitor

Unduh file ekstensi AdSense Active View Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AdSense Active View Monitor AdSense Active View Monitor
ID cmjfeoafompmdagkmabefjhmoibfiapm
URL Resmi https://chromewebstore.google.com/detail/adsense-active-view-monit/cmjfeoafompmdagkmabefjhmoibfiapm
Deskripsi Monitors Activity of Google AdSense Active View
Ukuran File 17.41 KB
Jumlah Instalasi 1,861
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-02-02
Tanggal Publikasi 2016-01-26
Penilaian 4.71/5 Total 51 Penilaian
Pengembang GV Software Solutions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
URL Halaman Bantuan https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
URL Halaman Kebijakan Privasi https://www.gvsoso.com/privacy-policy
Bahasa yang Didukung 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"
    }
}