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."입니다.
확장 프로그램 스크린샷
RetargetKit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |