AdPushup Ops

AdPushup Ops Extension

Wat is AdPushup Ops?

AdPushup Ops is een Chrome-extensie ontwikkeld door Adpushup, en de belangrijkste functie is "AdPushup Ops Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AdPushup Ops

Download AdPushup Ops-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AdPushup Ops AdPushup Ops
ID emgkcipfoakobbinplbabckefcefhepf
Officiële URL https://chromewebstore.google.com/detail/adpushup-ops/emgkcipfoakobbinplbabckefcefhepf
Beschrijving AdPushup Ops Extension
Bestandsgrootte 754 KB
Aantal Installaties 212
Huidige Versie 5.1.10
Laatst Bijgewerkt 2023-08-04
Publicatiedatum 2021-12-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Adpushup
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.adpushup.com
Ondersteunde Talen 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"
    ]
}