Automatad Blaze
Improve Ad monetization of your existing ad units
Qu'est-ce que Automatad Blaze ?
Automatad Blaze est une extension Chrome développée par automatad, et sa fonction principale est "Improve Ad monetization of your existing ad units".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Automatad Blaze
Téléchargez les fichiers d'extension Automatad Blaze au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | dedoggbogbkgbbpnelblhpjnmohdhoma |
URL Officiel | https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma |
Description | Improve Ad monetization of your existing ad units |
Taille du Fichier | 99.48 KB |
Nombre d'Installations | 121 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2019-01-22 |
Date de Publication | 2019-01-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | automatad |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://automatad.com |
Langues Prises en Charge | 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" ] } |