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
Eメール [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"
    ]
}