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.
Vad är RocketLink.io - Track any link you share?
RocketLink.io - Track any link you share är en Chrome-tillägg utvecklad av https://rocketlink.io, och dess huvudfunktion är "RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.".
Tilläggsskärmbilder
Ladda ner RocketLink.io - Track any link you share-förlängningens CRX-fil
Ladda ner RocketLink.io - Track any link you share-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | RocketLink.io - Track any link you share |
ID | olifngmkabgkapkhkpancabcjmockpin |
Officiell webbadress | https://chromewebstore.google.com/detail/rocketlinkio-track-any-li/olifngmkabgkapkhkpancabcjmockpin |
Beskrivning | RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience. |
Filstorlek | 277 KB |
Antal Installationer | 826 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2019-12-16 |
Publiceringsdatum | 2019-12-16 |
Betyg | 4.33/5 Totalt 12 Betyg |
Utvecklare | https://rocketlink.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://rocketlink.io |
Hjälpsida URL | https://intercom.help/rocketlink |
Stödda Språk | 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" } } |