AdPushup Ops

AdPushup Ops Extension

ما هو AdPushup Ops؟

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

الاسم AdPushup Ops AdPushup Ops
ID dimgmpjajhjfnpmhdpljdofijcbpnaha
عنوان URL الرسمي https://chrome.google.com/webstore/detail/adpushup-ops/dimgmpjajhjfnpmhdpljdofijcbpnaha
الوصف AdPushup Ops Extension
حجم الملف 754 KB
عدد التثبيتات 73
النسخة الحالية 5.1.4
آخر تحديث 2021-05-19
تاريخ النشر 2020-06-24
تقييم 5.00/5 مجموع تقييمات 3
المطور browserautomation.internal
البريد الإلكتروني [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.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"
    ]
}