Automatad Blaze
Improve Ad monetization of your existing ad units
Wat is Automatad Blaze?
Automatad Blaze is een Chrome-extensie ontwikkeld door automatad, en de belangrijkste functie is "Improve Ad monetization of your existing ad units".
Extensie Screenshots
Download het CRX-bestand van de extensie Automatad Blaze
Download Automatad Blaze-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | |
ID | dedoggbogbkgbbpnelblhpjnmohdhoma |
Officiële URL | https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma |
Beschrijving | Improve Ad monetization of your existing ad units |
Bestandsgrootte | 99.48 KB |
Aantal Installaties | 121 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2019-01-22 |
Publicatiedatum | 2019-01-22 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | automatad |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://automatad.com |
Ondersteunde Talen | 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" ] } |