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
官方URL 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"
    }
}