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
Eメール [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"
    }
}