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
官方網址 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"
    ]
}