AdPushup Ops

AdPushup Ops Extension

ما هو AdPushup Ops؟

AdPushup Ops هو إضافة Chrome تم تطويرها بواسطة Adpushup، والميزة الرئيسية لها هي "AdPushup Ops Extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AdPushup Ops

قم بتنزيل ملفات الامتداد AdPushup Ops بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم AdPushup Ops AdPushup Ops
ID emgkcipfoakobbinplbabckefcefhepf
عنوان URL الرسمي https://chromewebstore.google.com/detail/adpushup-ops/emgkcipfoakobbinplbabckefcefhepf
الوصف AdPushup Ops Extension
حجم الملف 754 KB
عدد التثبيتات 212
النسخة الحالية 5.1.10
آخر تحديث 2023-08-04
تاريخ النشر 2021-12-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Adpushup
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.adpushup.com
اللغات المدعومة 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"
    ]
}