AdPushup Ops

AdPushup Ops Extension

什么是AdPushup Ops?

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

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载AdPushup Ops扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 AdPushup Ops AdPushup Ops
ID dimgmpjajhjfnpmhdpljdofijcbpnaha
官方URL https://chrome.google.com/webstore/detail/adpushup-ops/dimgmpjajhjfnpmhdpljdofijcbpnaha
简介 AdPushup Ops Extension
文件大小 754 KB
安装次数 73
当前版本 5.1.4
更新时间 2021-05-19
上架时间 2020-06-24
评分 5.00/5 共3次评分
开发者 browserautomation.internal
电子邮箱 [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.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"
    ]
}