RetargetKit

Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.

什么是RetargetKit?

RetargetKit是由https://retargetkit.com开发的Chrome扩展程序,该扩展的主要功能是“Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.”。

扩展截图

screenshot
screenshot

下载RetargetKit扩展crx文件

下载RetargetKit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Retarget & convert every visitor of your shared link. Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media. Set retargeting pixels and optimize your retargeted links with Social SignUps,URL Shortener,  Call-To-Action, Smartlist etc.

With RetargetKit Zapier integration you can export your email list both in CSV and Excel file format. In addition to it, our Zapier Integration will help you to synchronize your subscribers’ data to thousands of applications building strong relationships with your clients.

It is also has Rebranding, free SSL for Custom Domain, Video Audio embed, QR code, White label, Custom 404, Custom Widget etc. Upcoming features are  RSS feed, Deep Link, Bio Link, API Support.                    

扩展基本信息

名称 RetargetKit RetargetKit
ID jhjedgkcbmgckdljbggfmblgbnmeende
官方URL https://chromewebstore.google.com/detail/retargetkit/jhjedgkcbmgckdljbggfmblgbnmeende
简介 Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.
文件大小 215 KB
安装次数 319
当前版本 0.0.4
更新时间 2020-09-28
上架时间 2020-01-19
评分 5.00/5 共3次评分
开发者 https://retargetkit.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://retargetkit.com
帮助页面URL https://retargetkit.com/pricing/#faq
隐私政策页面URL https://retargetkit.com/policies
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.",
    "version": "0.0.4",
    "manifest_version": 2,
    "name": "RetargetKit",
    "author": "RetargetKit",
    "homepage_url": "https:\/\/retargetkit.com",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "icon-128.png",
        "icon-34.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}