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.
RocketLink.io - Track any link you share क्या है?
RocketLink.io - Track any link you share https://rocketlink.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RocketLink.io - Track any link you share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | RocketLink.io - Track any link you share |
ID | olifngmkabgkapkhkpancabcjmockpin |
आधिकारिक URL | https://chromewebstore.google.com/detail/rocketlinkio-track-any-li/olifngmkabgkapkhkpancabcjmockpin |
विवरण | RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience. |
फ़ाइल का आकार | 277 KB |
स्थापना संख्या | 826 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2019-12-16 |
प्रकाशन तिथि | 2019-12-16 |
रेटिंग | 4.33/5 कुल 12 रेटिंग्स |
डेवलपर | https://rocketlink.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://rocketlink.io |
सहायता पृष्ठ URL | https://intercom.help/rocketlink |
समर्थित भाषाएँ | 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" } } |