AdSense Active View Monitor

Monitors Activity of Google AdSense Active View

AdSense Active View Monitorคืออะไร?

AdSense Active View Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GV Software Solutions และคุณลักษณะหลักของมันคือ "Monitors Activity of Google AdSense Active View"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdSense Active View Monitor

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}