Automatad Blaze
Improve Ad monetization of your existing ad units
O que é Automatad Blaze?
Automatad Blaze é uma extensão do Chrome desenvolvida por automatad, e sua principal característica é "Improve Ad monetization of your existing ad units".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Automatad Blaze
Baixe arquivos de extensão Automatad Blaze no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | |
ID | dedoggbogbkgbbpnelblhpjnmohdhoma |
URL Oficial | https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma |
Descrição | Improve Ad monetization of your existing ad units |
Tamanho do Arquivo | 99.48 KB |
Contagem de Instalações | 121 |
Versão Atual | 0.0.8 |
Última Atualização | 2019-01-22 |
Data de Publicação | 2019-01-22 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | automatad |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://automatad.com |
Idiomas Suportados | 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" ] } |