Ad Manager Viewability Insights

A DevTools extension for inspecting the viewability of Ad Manager Ads

Ad Manager Viewability Insights là gì?

Ad Manager Viewability Insights là một tiện ích mở rộng Chrome được phát triển bởi mbordihn, và tính năng chính của nó là "A DevTools extension for inspecting the viewability of Ad Manager Ads".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ad Manager Viewability Insights

Tải xuống các tệp mở rộng Ad Manager Viewability Insights 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

                        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.                    

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

Tên Ad Manager Viewability Insights Ad Manager Viewability Insights
ID ahnljpdlfbmbhfabicjhfpaahfpedgfn
URL Chính Thức https://chromewebstore.google.com/detail/ad-manager-viewability-in/ahnljpdlfbmbhfabicjhfpaahfpedgfn
Mô tả A DevTools extension for inspecting the viewability of Ad Manager Ads
Kích Thước Tệp 296 KB
Số Lần Cài Đặt 681
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2022-07-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển mbordihn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/googleads/googleads-viewability-insights-extension
URL Trang Trợ Giúp https://github.com/googleads/googleads-viewability-insights-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}