Automatad Blaze
Improve Ad monetization of your existing ad units
Vad är Automatad Blaze?
Automatad Blaze är en Chrome-tillägg utvecklad av automatad, och dess huvudfunktion är "Improve Ad monetization of your existing ad units".
Tilläggsskärmbilder
Ladda ner Automatad Blaze-förlängningens CRX-fil
Ladda ner Automatad Blaze-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | |
ID | dedoggbogbkgbbpnelblhpjnmohdhoma |
Officiell webbadress | https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma |
Beskrivning | Improve Ad monetization of your existing ad units |
Filstorlek | 99.48 KB |
Antal Installationer | 121 |
Aktuell Version | 0.0.8 |
Senast Uppdaterad | 2019-01-22 |
Publiceringsdatum | 2019-01-22 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | automatad |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://automatad.com |
Stödda Språk | 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" ] } |