RetargetKit
Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.
Apa itu RetargetKit?
RetargetKit adalah ekstensi Chrome yang dikembangkan oleh https://retargetkit.com, dan fitur utamanya adalah "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RetargetKit
Unduh file ekstensi RetargetKit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | RetargetKit |
ID | jhjedgkcbmgckdljbggfmblgbnmeende |
URL Resmi | https://chromewebstore.google.com/detail/retargetkit/jhjedgkcbmgckdljbggfmblgbnmeende |
Deskripsi | Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media. |
Ukuran File | 215 KB |
Jumlah Instalasi | 319 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2020-09-28 |
Tanggal Publikasi | 2020-01-19 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://retargetkit.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://retargetkit.com |
URL Halaman Bantuan | https://retargetkit.com/pricing/#faq |
URL Halaman Kebijakan Privasi | https://retargetkit.com/policies |
Bahasa yang Didukung | 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'" } |