Automatad Blaze

Improve Ad monetization of your existing ad units

¿Qué es Automatad Blaze?

Automatad Blaze es una extensión de Chrome desarrollada por automatad, y su función principal es "Improve Ad monetization of your existing ad units".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Automatad Blaze

Descarga archivos de extensión Automatad Blaze en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        AXT (Active Exposure time) technology measures AXT against all of your existing ad units on the page and based on the user activity, Once  AXT hits the preset threshold value, it recreates and monetizes a new ad in the exact same placement helping you get best out of your ad inventory.

To learn more, contact us at [email protected]                    

Información Básica de la Extensión

Nombre Automatad Blaze Automatad Blaze
ID dedoggbogbkgbbpnelblhpjnmohdhoma
URL Oficial https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma
Descripción Improve Ad monetization of your existing ad units
Tamaño del Archivo 99.48 KB
Cantidad de Instalaciones 121
Versión Actual 0.0.8
Última Actualización 2019-01-22
Fecha de Publicación 2019-01-22
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador automatad
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://automatad.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatad Blaze",
    "short_name": "Automatad Blaze",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "Improve Ad monetization of your existing ad units",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "blaze.style.css"
            ],
            "js": [
                "blaze.extension.js",
                "blaze.e2.js",
                "jQuery_v2.2.4.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "View real-time Automatad Blaze stats"
    },
    "icons": {
        "32": "icons\/blaze32.png",
        "64": "icons\/blaze64.png",
        "128": "icons\/blaze128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ]
}