Automatad Blaze
Improve Ad monetization of your existing ad units
Was ist Automatad Blaze?
Automatad Blaze ist eine Chrome-Erweiterung, die von automatad entwickelt wurde, und ihr Hauptmerkmal ist "Improve Ad monetization of your existing ad units".
Erweiterungsscreenshots
Automatad Blaze-Erweiterungs-CRX-Datei herunterladen
Laden Sie Automatad Blaze-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | |
ID | dedoggbogbkgbbpnelblhpjnmohdhoma |
Offizielle URL | https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma |
Beschreibung | Improve Ad monetization of your existing ad units |
Dateigröße | 99.48 KB |
Installationsanzahl | 121 |
Aktuelle Version | 0.0.8 |
Letztes Update | 2019-01-22 |
Veröffentlichungsdatum | 2019-01-22 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | automatad |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://automatad.com |
Unterstützte Sprachen | 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" ] } |