Social Ad Peek

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

O que é Social Ad Peek?

Social Ad Peek é uma extensão do Chrome desenvolvida por https://socialadpeek.com, e sua principal característica é "See your competition's social ads with just 1 click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Social Ad Peek

Baixe arquivos de extensão Social Ad Peek no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Social Ad Peek Social Ad Peek
ID gdplmfbhobjgfcigdpmjnhilhehccmnc
URL Oficial https://chromewebstore.google.com/detail/social-ad-peek/gdplmfbhobjgfcigdpmjnhilhehccmnc
Descrição See your competition's social ads with just 1 click.
Tamanho do Arquivo 30 KB
Contagem de Instalações 85
Versão Atual 0.1.2
Última Atualização 2022-07-21
Data de Publicação 2022-03-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://socialadpeek.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.socialadpeek.com
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}