Ad Manager Viewability Insights

A DevTools extension for inspecting the viewability of Ad Manager Ads

ما هو Ad Manager Viewability Insights؟

Ad Manager Viewability Insights هو إضافة Chrome تم تطويرها بواسطة mbordihn، والميزة الرئيسية لها هي "A DevTools extension for inspecting the viewability of Ad Manager Ads".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ad Manager Viewability Insights

قم بتنزيل ملفات الامتداد Ad Manager Viewability Insights بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Ad Manager Viewability Insights is a open-source DevTools extension to help to improving the viewability and quality of fixed and dynamic ad slots of webpages.

This tool is a extension for the Chrome DevTools, an set of web developer tools built directly into the Google Chrome browser.

Note: We are currently in beta and still in the development process. In order to help us improve please let us know of any issues or suggestions you may have.

⚠️ Ad Manager Viewability Insights results aren't an indication of compliance or non-compliance with any Google Publisher Policies.                    

معلومات أساسية عن التمديد

الاسم Ad Manager Viewability Insights Ad Manager Viewability Insights
ID ahnljpdlfbmbhfabicjhfpaahfpedgfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/ad-manager-viewability-in/ahnljpdlfbmbhfabicjhfpaahfpedgfn
الوصف A DevTools extension for inspecting the viewability of Ad Manager Ads
حجم الملف 296 KB
عدد التثبيتات 681
النسخة الحالية 0.7.0
آخر تحديث 2024-03-04
تاريخ النشر 2022-07-28
تقييم 5.00/5 مجموع تقييمات 4
المطور mbordihn
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/googleads/googleads-viewability-insights-extension
عنوان صفحة المساعدة https://github.com/googleads/googleads-viewability-insights-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Manager Viewability Insights",
    "description": "A DevTools extension for inspecting the viewability of Ad Manager Ads",
    "version": "0.7.0",
    "manifest_version": 3,
    "icons": {
        "32": "logo_48px.png"
    },
    "permissions": [
        "scripting"
    ],
    "devtools_page": "devtools_page.html",
    "background": [],
    "action": [],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}