RetargetKit
Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.
RetargetKitคืออะไร?
RetargetKit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://retargetkit.com และคุณลักษณะหลักของมันคือ "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RetargetKit
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |