Show Me Ad Spend

Show Me Ad Spend

Show Me Ad Spend란 무엇입니까?

Show Me Ad Spend은(는) gints.gailis21에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Me Ad Spend"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Show Me Ad Spend 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With one click you can see how much brands are spending on their Meta ads.

💵💵👇👇👇💵💵

How to get started:

1. Install extension
2. Find your favourite advertiser on the Meta ad library
3. Click and see their ad spend

"Show me ad spend" automatically detects ad spend and impressions on all running on meta platforms and with targeting within EU.

💵💵👇👇👇💵💵

Who is it for?

“Show me ad spend” is made for:

- Facebook ads specialists
- Performance marketers
- Paid social specialists
- Creative strategists
- Ad buyers
- Agency Owners

💵💵👇👇👇💵💵

What can you do with: “Show me ad spend.”

1. See what creatives get the most views and ad money
2. Spy on your competitor's ad spending
3. Find advertisers that spend a lot of money on ads
4. Compare ad spending between advertisers
5. Deliver custom insights to your clients others do not have                    

확장 프로그램 기본 정보

이름 Show Me Ad Spend Show Me Ad Spend
ID jhfmeennmollffmknmhknpflgefbokha
공식 URL https://chromewebstore.google.com/detail/show-me-ad-spend/jhfmeennmollffmknmhknpflgefbokha
설명 Show Me Ad Spend
파일 크기 55.83 KB
설치 횟수 60
현재 버전 0.0.1
최근 업데이트 2023-09-16
출시 날짜 2023-09-08
평점 5.00/5 총 2 개의 평점
개발자 gints.gailis21
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.showmeadspend.com/
도움말 페이지 URL https://www.showmeadspend.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icons\/icon.png",
            "16": "icons\/icon.png",
            "32": "icons\/icon.png",
            "48": "icons\/icon.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "facebook.js",
                "content.js",
                "facebookAdsLibrary.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/ads\/library\/*"
            ]
        }
    ],
    "description": "Show Me Ad Spend",
    "icons": {
        "128": "icons\/icon.png",
        "16": "icons\/icon.png",
        "48": "icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "Show Me Ad Spend",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "script.js",
                "fonts\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/adsmanager.facebook.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ]
}