AdPushup Ops

AdPushup Ops Extension

什么是AdPushup Ops?

AdPushup Ops是由Adpushup开发的Chrome扩展程序,该扩展的主要功能是“AdPushup Ops Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AdPushup Ops扩展crx文件

下载AdPushup Ops扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 AdPushup Ops AdPushup Ops
ID emgkcipfoakobbinplbabckefcefhepf
官方URL https://chromewebstore.google.com/detail/adpushup-ops/emgkcipfoakobbinplbabckefcefhepf
简介 AdPushup Ops Extension
文件大小 754 KB
安装次数 212
当前版本 5.1.10
更新时间 2023-08-04
上架时间 2021-12-08
评分 5.00/5 共1次评分
开发者 Adpushup
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.adpushup.com
支持的语言 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"
    ]
}