AdPushup Ops

AdPushup Ops Extension

Wat is AdPushup Ops?

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

Extensie Screenshots

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

Basisinformatie over de Extensie

Naam AdPushup Ops AdPushup Ops
ID dimgmpjajhjfnpmhdpljdofijcbpnaha
Officiële URL https://chrome.google.com/webstore/detail/adpushup-ops/dimgmpjajhjfnpmhdpljdofijcbpnaha
Beschrijving AdPushup Ops Extension
Bestandsgrootte 754 KB
Aantal Installaties 73
Huidige Versie 5.1.4
Laatst Bijgewerkt 2021-05-19
Publicatiedatum 2020-06-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar browserautomation.internal
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.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"
    ]
}