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 browserautomation.internal, 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
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 helps the AdPushup's 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.                    

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

Tên AdPushup Ops AdPushup Ops
ID dimgmpjajhjfnpmhdpljdofijcbpnaha
URL Chính Thức https://chrome.google.com/webstore/detail/adpushup-ops/dimgmpjajhjfnpmhdpljdofijcbpnaha
Mô tả AdPushup Ops Extension
Kích Thước Tệp 754 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 5.1.4
Cập Nhật Lần Cuối 2021-05-19
Ngày Phát Hành 2020-06-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển browserautomation.internal
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.4",
    "icons": {
        "128": "images\/icon.png"
    },
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.adpushup.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "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"
    ]
}