AdSense Active View Monitor

Monitors Activity of Google AdSense Active View

AdSense Active View Monitor là gì?

AdSense Active View Monitor là một tiện ích mở rộng Chrome được phát triển bởi GV Software Solutions, và tính năng chính của nó là "Monitors Activity of Google AdSense Active View".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AdSense Active View Monitor

Tải xuống các tệp mở rộng AdSense Active View Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AdSense Active View Monitor AdSense Active View Monitor
ID cmjfeoafompmdagkmabefjhmoibfiapm
URL Chính Thức https://chromewebstore.google.com/detail/adsense-active-view-monit/cmjfeoafompmdagkmabefjhmoibfiapm
Mô tả Monitors Activity of Google AdSense Active View
Kích Thước Tệp 17.41 KB
Số Lần Cài Đặt 1,861
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-02-02
Ngày Phát Hành 2016-01-26
Đánh Giá 4.71/5 Tổng số 51 Đánh Giá
Nhà Phát Triển GV Software Solutions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
URL Trang Trợ Giúp https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
URL Trang Chính Sách Bảo Mật https://www.gvsoso.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}