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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |