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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}