Social Ad Peek

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

Social Ad Peekとは何ですか?

Social Ad Peekはhttps://socialadpeek.comによって開発されたChromeの拡張機能で、その主な機能は「See your competition's social ads with just 1 click.」です。

拡張機能のスクリーンショット

screenshot

Social Ad Peek拡張機能のCRXファイルをダウンロード

Social Ad Peek拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Social Ad Peek Social Ad Peek
ID gdplmfbhobjgfcigdpmjnhilhehccmnc
公式URL https://chromewebstore.google.com/detail/social-ad-peek/gdplmfbhobjgfcigdpmjnhilhehccmnc
説明 See your competition's social ads with just 1 click.
ファイルサイズ 30 KB
インストール数 85
現在のバージョン 0.1.2
最終更新日 2022-07-21
公開日 2022-03-30
評価 5.00/5 合計 1 レビュー
開発者 https://socialadpeek.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.socialadpeek.com
対応言語 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:\/\/*\/*"
            ]
        }
    ]
}