RetargetKit

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

RetargetKit là gì?

RetargetKit là một tiện ích mở rộng Chrome được phát triển bởi https://retargetkit.com, và tính năng chính của nó là "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RetargetKit

Tải xuống các tệp mở rộng RetargetKit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RetargetKit RetargetKit
ID jhjedgkcbmgckdljbggfmblgbnmeende
URL Chính Thức https://chromewebstore.google.com/detail/retargetkit/jhjedgkcbmgckdljbggfmblgbnmeende
Mô tả Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.
Kích Thước Tệp 215 KB
Số Lần Cài Đặt 319
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2020-09-28
Ngày Phát Hành 2020-01-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://retargetkit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://retargetkit.com
URL Trang Trợ Giúp https://retargetkit.com/pricing/#faq
URL Trang Chính Sách Bảo Mật https://retargetkit.com/policies
Ngôn Ngữ Được Hỗ Trợ 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'"
}