Show Me Ad Spend

Show Me Ad Spend

Τι είναι το Show Me Ad Spend;

Το Show Me Ad Spend είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gints.gailis21, και η κύρια λειτουργία του είναι "Show Me Ad Spend".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Show Me Ad Spend

Λήψη αρχείων επέκτασης Show Me Ad Spend σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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