Setupad

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

Setupad란 무엇입니까?

Setupad은(는) https://www.setupad.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows an overlay on top of the ads that are served from the Setupad monetization platform."입니다.

확장 프로그램 스크린샷

screenshot

Setupad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}