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
公式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
Eメール [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
        }
    ]
}