AdPushup Ops

AdPushup Ops Extension

Apa itu AdPushup Ops?

AdPushup Ops adalah ekstensi Chrome yang dikembangkan oleh Adpushup, dan fitur utamanya adalah "AdPushup Ops Extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AdPushup Ops

Unduh file ekstensi AdPushup Ops dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AdPushup Ops AdPushup Ops
ID emgkcipfoakobbinplbabckefcefhepf
URL Resmi https://chromewebstore.google.com/detail/adpushup-ops/emgkcipfoakobbinplbabckefcefhepf
Deskripsi AdPushup Ops Extension
Ukuran File 754 KB
Jumlah Instalasi 212
Versi Saat Ini 5.1.10
Terakhir Diperbarui 2023-08-04
Tanggal Publikasi 2021-12-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Adpushup
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.adpushup.com
Bahasa yang Didukung 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"
    ]
}