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.
Was ist RocketLink.io - Track any link you share?
RocketLink.io - Track any link you share ist eine Chrome-Erweiterung, die von https://rocketlink.io entwickelt wurde, und ihr Hauptmerkmal ist "RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.".
Erweiterungsscreenshots
RocketLink.io - Track any link you share-Erweiterungs-CRX-Datei herunterladen
Laden Sie RocketLink.io - Track any link you share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | RocketLink.io - Track any link you share |
ID | olifngmkabgkapkhkpancabcjmockpin |
Offizielle URL | https://chromewebstore.google.com/detail/rocketlinkio-track-any-li/olifngmkabgkapkhkpancabcjmockpin |
Beschreibung | RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience. |
Dateigröße | 277 KB |
Installationsanzahl | 826 |
Aktuelle Version | 1.3 |
Letztes Update | 2019-12-16 |
Veröffentlichungsdatum | 2019-12-16 |
Bewertung | 4.33/5 Insgesamt 12 Bewertungen |
Entwickler | https://rocketlink.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://rocketlink.io |
Hilfeseite URL | https://intercom.help/rocketlink |
Unterstützte Sprachen | 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" } } |