Ad Manager Viewability Insights

A DevTools extension for inspecting the viewability of Ad Manager Ads

什麼是Ad Manager Viewability Insights?

Ad Manager Viewability Insights是由mbordihn開發的Chrome擴展程式,該擴展的主要功能是“A DevTools extension for inspecting the viewability of Ad Manager Ads”。

擴展截圖

screenshot
screenshot
screenshot

下載Ad Manager Viewability Insights擴展crx文件

下載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
官方網址 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
        }
    ]
}