RocketLink.io - Track any link you share

RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.

O que é RocketLink.io - Track any link you share?

RocketLink.io - Track any link you share é uma extensão do Chrome desenvolvida por https://rocketlink.io, e sua principal característica é "RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão RocketLink.io - Track any link you share

Baixe arquivos de extensão RocketLink.io - Track any link you share 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

                        RocketLink is a URL shortener that allows including retargeting pixels in any link you share. To use this plugin you need an active account at RocketLink.io and API token. You will find your API token in the Settings tab.                    

Informações Básicas da Extensão

Nome RocketLink.io - Track any link you share RocketLink.io - Track any link you share
ID olifngmkabgkapkhkpancabcjmockpin
URL Oficial https://chromewebstore.google.com/detail/rocketlinkio-track-any-li/olifngmkabgkapkhkpancabcjmockpin
Descrição RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.
Tamanho do Arquivo 277 KB
Contagem de Instalações 826
Versão Atual 1.3
Última Atualização 2019-12-16
Data de Publicação 2019-12-16
Classificação 4.33/5 Total de 12 Avaliações
Desenvolvedor https://rocketlink.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://rocketlink.io
URL da Página de Ajuda https://intercom.help/rocketlink
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RocketLink.io - Track any link you share",
    "description": "RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/rocketlink-logo-32.png",
        "default_popup": "config.html"
    },
    "permissions": [
        "https:\/\/app.rocketlink.io\/*",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "images\/rocketlink-logo-16.png",
        "32": "images\/rocketlink-logo-32.png",
        "128": "images\/rocketlink-logo-128.png"
    }
}