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
        }
    ]
}