Social Ad Peek

See your competition's social ads with just 1 click.

Was ist Social Ad Peek?

Social Ad Peek ist eine Chrome-Erweiterung, die von https://socialadpeek.com entwickelt wurde, und ihr Hauptmerkmal ist "See your competition's social ads with just 1 click.".

Erweiterungsscreenshots

screenshot

Social Ad Peek-Erweiterungs-CRX-Datei herunterladen

Laden Sie Social Ad Peek-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        From any competitor's website, simply click the extension and you'll open the Facebook Ad Library in a new tab with the competitor's ads pre-loaded. With this extension, you'll save time and do more competitive research - a true win win!

This is an important extension in the toolkit of any digital marketer.  We all intend to deep competitive research, but during the chaos of day-to-day work, its easy to put this off. Say goodbye to procrastination because with Social Ad Peek, competitive social intelligence is just 1 click away. 

Social Ad Peek is the only working, actively updated extension focused on making competitive social research easy. When you install this free, lightweight extension you will reduce the friction of firing up Facebook Ad LIbrary and searching for a brand. With this free digital marketing plugin, you can jump straight to the appropriate Facebook Ads listing page directly from your competitor's website.                    

Grundlegende Informationen zur Erweiterung

Name Social Ad Peek Social Ad Peek
ID gdplmfbhobjgfcigdpmjnhilhehccmnc
Offizielle URL https://chromewebstore.google.com/detail/social-ad-peek/gdplmfbhobjgfcigdpmjnhilhehccmnc
Beschreibung See your competition's social ads with just 1 click.
Dateigröße 30 KB
Installationsanzahl 85
Aktuelle Version 0.1.2
Letztes Update 2022-07-21
Veröffentlichungsdatum 2022-03-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://socialadpeek.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.socialadpeek.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Ad Peek",
    "short_name": "Social Ad Peek",
    "description": "See your competition's social ads with just 1 click.",
    "version": "0.1.2",
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128x128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Social Add Peek",
        "default_icon": {
            "16": "icons\/logo_16.png",
            "48": "icons\/logo_48.png",
            "128": "icons\/logo_128x128.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}