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开发的Chrome扩展程序,该扩展的主要功能是“RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.”。

扩展截图

screenshot
screenshot

下载RocketLink.io - Track any link you share扩展crx文件

下载RocketLink.io - Track any link you share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}