AdPushup Ops

AdPushup Ops Extension

What is AdPushup Ops?

AdPushup Ops is a Chrome extension developed by Adpushup, and its main feature is "AdPushup Ops Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AdPushup Ops Extension CRX File

Download AdPushup Ops extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AdPushup Ops AdPushup Ops
ID emgkcipfoakobbinplbabckefcefhepf
Official URL https://chromewebstore.google.com/detail/adpushup-ops/emgkcipfoakobbinplbabckefcefhepf
Description AdPushup Ops Extension
File Size 754 KB
Installation Count 212
Current Version 5.1.10
Last Updated 2023-08-04
Publish Date 2021-12-08
Rating 5.00/5 Total 1 Ratings
Developer Adpushup
Email [email protected]
Payment Type free
Extension Website https://www.adpushup.com
Supported Languages 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"
    ]
}