AdSense Active View Monitor

Monitors Activity of Google AdSense Active View

什麼是AdSense Active View Monitor?

AdSense Active View Monitor是由GV Software Solutions開發的Chrome擴展程式,該擴展的主要功能是“Monitors Activity of Google AdSense Active View”。

擴展截圖

screenshot

下載AdSense Active View Monitor擴展crx文件

下載AdSense Active View Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AdSense Active View Monitor AdSense Active View Monitor
ID cmjfeoafompmdagkmabefjhmoibfiapm
官方網址 https://chromewebstore.google.com/detail/adsense-active-view-monit/cmjfeoafompmdagkmabefjhmoibfiapm
簡介 Monitors Activity of Google AdSense Active View
檔案大小 17.41 KB
安裝次數 1,861
目前版本 1.1
更新時間 2022-02-02
上架時間 2016-01-26
評分 4.71/5 共 51 次評分
開發者 GV Software Solutions
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
說明頁面URL https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
隱私政策頁面URL https://www.gvsoso.com/privacy-policy
支援的語言 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"
    }
}