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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.glennmccartney.com/apps/chrome-extensions/adsense-active-view-monitor/
عنوان صفحة سياسة الخصوصية 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"
    }
}