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.

Co to jest RocketLink.io - Track any link you share?

RocketLink.io - Track any link you share to rozszerzenie Chrome opracowane przez https://rocketlink.io, a jego główną funkcją jest „RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia RocketLink.io - Track any link you share

Pobierz pliki rozszerzeń RocketLink.io - Track any link you share w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa RocketLink.io - Track any link you share RocketLink.io - Track any link you share
ID olifngmkabgkapkhkpancabcjmockpin
Oficjalny URL https://chromewebstore.google.com/detail/rocketlinkio-track-any-li/olifngmkabgkapkhkpancabcjmockpin
Opis RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.
Rozmiar pliku 277 KB
Liczba instalacji 826
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2019-12-16
Data Publikacji 2019-12-16
Ocena 4.33/5 Łącznie 12 Oceny
Deweloper https://rocketlink.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://rocketlink.io
Adres URL Strony Pomocy https://intercom.help/rocketlink
Obsługiwane Języki 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"
    }
}