AdPushup Ops

AdPushup Ops Extension

What is AdPushup Ops?

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

Extension Screenshots

screenshot
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 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.                    

Extension Basic Information

Name AdPushup Ops AdPushup Ops
ID dimgmpjajhjfnpmhdpljdofijcbpnaha
Official URL https://chrome.google.com/webstore/detail/adpushup-ops/dimgmpjajhjfnpmhdpljdofijcbpnaha
Description AdPushup Ops Extension
File Size 754 KB
Installation Count 73
Current Version 5.1.4
Last Updated 2021-05-19
Publish Date 2020-06-24
Rating 5.00/5 Total 3 Ratings
Developer browserautomation.internal
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.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"
    ]
}