Ezoic

View and create Ezoic Ad Tester placeholders and learn how to improve the speed of your site

Что такое Ezoic?

Ezoic - это расширение Chrome, разработанное Ezoic, и его основная функция - "View and create Ezoic Ad Tester placeholders and learn how to improve the speed of your site".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Ezoic

Скачайте файлы расширений Ezoic в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Ezoic can help you earn more ad revenue without any extra work!

All you need to do is click on a location where you'd like an ad to show and choose the sizes to test. Ezoic will serve ads from the Google Ad Exchange, which has many ad networks competing against each other for your ad inventory. That increased competition can have a big impact on your revenue.

The combination of well placed ads and Google AdX ads converts to increases in revenue from 60%-250%!

Slow site? Ezoic chrome extension will help you make your site faster by showing you exactly where your site is failing in Core Web Vitals.

To use Ezoic chrome extension tool you will first need to create an account at https://www.ezoic.com/join.php and integrate with Ezoic.                    

Основная информация о расширении

Название Ezoic Ezoic
ID nbccjeeblefkmoohdiipbghgikopimnd
Официальный URL https://chromewebstore.google.com/detail/ezoic/nbccjeeblefkmoohdiipbghgikopimnd
Описание View and create Ezoic Ad Tester placeholders and learn how to improve the speed of your site
Размер файла 3.25 MB
Количество установок 25,232
Текущая Версия 4.1.19
Последнее Обновление 2024-01-04
Дата публикации 2020-06-08
Рейтинг 2.96/5 Всего 51 оценок
Разработчик Ezoic
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.ezoic.com/privacy-policy
Поддерживаемые языки de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "4.1.19",
    "manifest_version": 3,
    "description": "__MSG_extension_description__",
    "background": {
        "service_worker": "src\/service-worker\/index.js"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_title": "Ezoic",
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "1": "assets\/icons\/icon128_red.png",
            "2": "assets\/icons\/icon128.png",
            "3": "assets\/icons\/icon128_gray.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pubdash.ezoic.com\/leap\/measure\/overview"
            ],
            "js": [
                "assets\/js\/set_installation_attribute.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "background",
        "cookies",
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.ezoic.com\/*",
        "https:\/\/svc.ezoic.com\/adpositiontester\/api.php",
        "https:\/\/l.ezoic.com:15000\/adpositiontester\/api.php",
        "https:\/\/g.ezoic.net\/preview",
        "https:\/\/pubdash-internal-backend.ezoic.com\/*",
        "https:\/\/pubdash-test-backend.ezoic.com\/*",
        "https:\/\/publisherbe.ezoic.com\/*",
        "https:\/\/l.ezoic.com:9091\/*",
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSnvk272UG1X\/HeqsV75SlS92zXyG9kluBQC8yZR6GYn2KVR1TiLh4iy5Bq2Nr3Oca3m21zJQRqucceISFR05QcXx0FKVJtxm3xo3jjjSU2BMa1z4sUSMnwzzBXlLHgd3bq2F8G+248oH8ECHdbeUdTwH1eMmPJUyseJwsnNOFCPkc5zOpciL4KWhu1i0cWu8WQ4V7cL3aaZ0ozQXXmFwuSmtHr+KJlsqEtlk7wz4t0CK15lxSfoO2vIrTW\/aSJZ8FmHdXrVLko29I9VY4plNeWSOZk89s4tBqtMnGNCqzm3oZco3ve7cKHTQT0Gjy940zMzf2en21KhrNMhKk3ddQIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en"
}