AdPushup Ops

AdPushup Ops Extension

AdPushup Ops là gì?

AdPushup Ops là một tiện ích mở rộng Chrome được phát triển bởi Adpushup, và tính năng chính của nó là "AdPushup Ops Extension".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng AdPushup Ops 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

                        This extension is for internal usage of the company, it helps the operations team to diagnose ad layout on publisher's website and get account level, ad unit level, auction-wise data. It allows visual reporting over ads.

Test this on https://www.javatpoint.com/math without any adblockers                    

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

Tên AdPushup Ops AdPushup Ops
ID emgkcipfoakobbinplbabckefcefhepf
URL Chính Thức https://chromewebstore.google.com/detail/adpushup-ops/emgkcipfoakobbinplbabckefcefhepf
Mô tả AdPushup Ops Extension
Kích Thước Tệp 754 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 5.1.10
Cập Nhật Lần Cuối 2023-08-04
Ngày Phát Hành 2021-12-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Adpushup
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.adpushup.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdPushup Ops",
    "description": "AdPushup Ops Extension",
    "version": "5.1.10",
    "icons": {
        "128": "images\/icon.png"
    },
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.adpushup.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "AdPushup Ops Extension",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "helpers\/*.js"
    ]
}