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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
        }
    ]
}