RetargetKit
Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.
Cos'è RetargetKit?
RetargetKit è un'estensione di Chrome sviluppata da https://retargetkit.com, e la sua funzione principale è "Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RetargetKit
Scarica i file di estensione RetargetKit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | RetargetKit |
ID | jhjedgkcbmgckdljbggfmblgbnmeende |
URL Ufficiale | https://chromewebstore.google.com/detail/retargetkit/jhjedgkcbmgckdljbggfmblgbnmeende |
Descrizione | Grow your Verified Leads and Custom Audience 97% faster from every link you share on social media. |
Dimensione del File | 215 KB |
Conteggio Installazioni | 319 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2020-09-28 |
Data di Pubblicazione | 2020-01-19 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://retargetkit.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://retargetkit.com |
URL della Pagina di Aiuto | https://retargetkit.com/pricing/#faq |
URL della Pagina della Politica sulla Privacy | https://retargetkit.com/policies |
Lingue Supportate | 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'" } |