RetargetKit

Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.

O que é RetargetKit?

RetargetKit é uma extensão do Chrome desenvolvida por https://retargetkit.com, e sua principal característica é "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão RetargetKit

Baixe arquivos de extensão RetargetKit 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

                        Retarget & convert every visitor of your shared link. Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media. Set retargeting pixels and optimize your retargeted links with Social SignUps,URL Shortener,  Call-To-Action, Smartlist etc.

With RetargetKit Zapier integration you can export your email list both in CSV and Excel file format. In addition to it, our Zapier Integration will help you to synchronize your subscribers’ data to thousands of applications building strong relationships with your clients.

It is also has Rebranding, free SSL for Custom Domain, Video Audio embed, QR code, White label, Custom 404, Custom Widget etc. Upcoming features are  RSS feed, Deep Link, Bio Link, API Support.                    

Informações Básicas da Extensão

Nome RetargetKit RetargetKit
ID jhjedgkcbmgckdljbggfmblgbnmeende
URL Oficial https://chromewebstore.google.com/detail/retargetkit/jhjedgkcbmgckdljbggfmblgbnmeende
Descrição Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.
Tamanho do Arquivo 215 KB
Contagem de Instalações 319
Versão Atual 0.0.4
Última Atualização 2020-09-28
Data de Publicação 2020-01-19
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://retargetkit.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://retargetkit.com
URL da Página de Ajuda https://retargetkit.com/pricing/#faq
URL da Página de Política de Privacidade https://retargetkit.com/policies
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.",
    "version": "0.0.4",
    "manifest_version": 2,
    "name": "RetargetKit",
    "author": "RetargetKit",
    "homepage_url": "https:\/\/retargetkit.com",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "icon-128.png",
        "icon-34.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}