AdPushup Ops

AdPushup Ops Extension

Vad är AdPushup Ops?

AdPushup Ops är en Chrome-tillägg utvecklad av Adpushup, och dess huvudfunktion är "AdPushup Ops Extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner AdPushup Ops-förlängningens CRX-fil

Ladda ner AdPushup Ops-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn AdPushup Ops AdPushup Ops
ID emgkcipfoakobbinplbabckefcefhepf
Officiell webbadress https://chromewebstore.google.com/detail/adpushup-ops/emgkcipfoakobbinplbabckefcefhepf
Beskrivning AdPushup Ops Extension
Filstorlek 754 KB
Antal Installationer 212
Aktuell Version 5.1.10
Senast Uppdaterad 2023-08-04
Publiceringsdatum 2021-12-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Adpushup
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.adpushup.com
Stödda Språk 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"
    ]
}