Automatad Blaze

Improve Ad monetization of your existing ad units

Automatad Blaze là gì?

Automatad Blaze là một tiện ích mở rộng Chrome được phát triển bởi automatad, và tính năng chính của nó là "Improve Ad monetization of your existing ad units".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatad Blaze

Tải xuống các tệp mở rộng Automatad Blaze dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatad Blaze Automatad Blaze
ID dedoggbogbkgbbpnelblhpjnmohdhoma
URL Chính Thức https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma
Mô tả Improve Ad monetization of your existing ad units
Kích Thước Tệp 99.48 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2019-01-22
Ngày Phát Hành 2019-01-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển automatad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://automatad.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}