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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/*"
            ]
        }
    ]
}