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'" } |