Poplink

Create, share and track custom short links

O que é Poplink?

Poplink é uma extensão do Chrome desenvolvida por http://poplink.io, e sua principal característica é "Create, share and track custom short links".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Poplink

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

                        Poplink is the easiest way to share customised links that improve your audience’s click-through-rate. If you're looking to grow your brand using organic channels, content marketing with Poplink’s link customisation platform is your best bet.

Using Poplink’s custom URLs – that is, a shorter version of a URL that you want to share online which is built around a brand name or related term – will help you generate 34% more clicks than a normal link.

Poplink gives you several options for defining how a link looks when it’s shared on social media. You can edit the preview image, title, description and change the URL slug (the keyword at the end of your link after your domain).

Poplink also gives you several options for you digital marketing campaigns including adding retargeting pixels and UTMs.

Sign up for Poplink for free at https://www.poplink.io.                    

Informações Básicas da Extensão

Nome Poplink Poplink
ID lmfailpfchakibjkepeljalihomihefi
URL Oficial https://chrome.google.com/webstore/detail/poplink/lmfailpfchakibjkepeljalihomihefi
Descrição Create, share and track custom short links
Tamanho do Arquivo 19.06 KB
Contagem de Instalações 578
Versão Atual 1.0.0.0
Última Atualização 2019-08-06
Data de Publicação 2019-08-03
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor http://poplink.io
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poplink",
    "description": "Create, share and track custom short links",
    "version": "1.0.0.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "96": "icons\/icon96.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "index.js",
                "libs\/postmessage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "overlay\/*"
    ]
}