Automatad Blaze
Improve Ad monetization of your existing ad units
Automatad Blazeとは何ですか?
Automatad Blazeはautomatadによって開発されたChromeの拡張機能で、その主な機能は「Improve Ad monetization of your existing ad units」です。
拡張機能のスクリーンショット
Automatad Blaze拡張機能のCRXファイルをダウンロード
Automatad Blaze拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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]
拡張機能の基本情報
名前 | |
ID | dedoggbogbkgbbpnelblhpjnmohdhoma |
公式URL | https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma |
説明 | Improve Ad monetization of your existing ad units |
ファイルサイズ | 99.48 KB |
インストール数 | 121 |
現在のバージョン | 0.0.8 |
最終更新日 | 2019-01-22 |
公開日 | 2019-01-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | automatad |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://automatad.com |
対応言語 | 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" ] } |