Setupad

This extension shows an overlay on top of the ads that are served from the Setupad monetization platform.

Setupadคืออะไร?

Setupad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.setupad.com และคุณลักษณะหลักของมันคือ "This extension shows an overlay on top of the ads that are served from the Setupad monetization platform."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Setupad

ดาวน์โหลดไฟล์ส่วนขยาย Setupad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Setupad extension can be very useful during the onboarding process to make sure Setupad tags are running on their respective placements and other monetization is turned off completely.

The main functionality of this extension is to report unwanted ads. By clicking on the “Report ad” button and later performing a click on the banner, the extension will collect all necessary information for Setupad to successfully block the particular advertiser. With additional real-time blocking software, Setupad avoids malicious ads and ensures premium ad quality for all users. 

In addition, this extension provides information about: 

- winning bid SSP and CPM price; 

- other SSP bids;

- ad placement's average eCPM in the last minute; 

- daily results on this particular tag - Requests, Impressions, Revenue, eCPM, CTR, and Viewability can be accessed by clicking on the Graph button.

This extension is only available for Setupad clients. Sign up now and get access to this extension!

https://setupad.com/sign-up/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Setupad Setupad
ID fjcgkkkiimmoijkamkmpffokeninmhhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/setupad/fjcgkkkiimmoijkamkmpffokeninmhhh
คำอธิบาย This extension shows an overlay on top of the ads that are served from the Setupad monetization platform.
ขนาดไฟล์ 334 KB
จำนวนการติดตั้ง 603
เวอร์ชันปัจจุบัน 2.0.11
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2021-03-17
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.setupad.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.setupad.com
URL หน้าช่วยเหลือ https://setupad.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Setupad",
    "version": "2.0.11",
    "description": "This extension shows an overlay on top of the ads that are served from the Setupad monetization platform.",
    "icons": {
        "128": "img\/setupadLogo.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_icon": "img\/loginRequired.png",
        "default_title": "Setupad",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/iframeScript.js",
                "scripts\/events.js",
                "fonts\/Undeka-regular.woff",
                "fonts\/Undeka-bold.woff"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}