Personalized prospecting in 6secs
Add value to your outreach by sharing relevant & interesting content to your prospects.
Τι είναι το Personalized prospecting in 6secs;
Το Personalized prospecting in 6secs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://letschat.chat, και η κύρια λειτουργία του είναι "Add value to your outreach by sharing relevant & interesting content to your prospects.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Personalized prospecting in 6secs
Λήψη αρχείων επέκτασης Personalized prospecting in 6secs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Add value to your outreach by sharing relevant & interesting content to your prospects. We find interesting news content on topics that your prospects would be interested in which adds value to your business relationship and keeps you top of mind with your prospects. We scan their profile for topics they have indicated they are interested in. You can then click on that topic and we give you relevant and interesting news you can share with them. Make your outreach a positive experience, give them something as opposed to just taking time out of their day. Your prospect gets numerous prospecting emails a day, none add value to them, till now
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gekipedkjcnakfgfmflbbjopocnmbdai |
Επίσημο URL | https://chrome.google.com/webstore/detail/personalized-prospecting/gekipedkjcnakfgfmflbbjopocnmbdai |
Περιγραφή | Add value to your outreach by sharing relevant & interesting content to your prospects. |
Μέγεθος Αρχείου | 342 KB |
Αριθμός Εγκαταστάσεων | 55 |
Τρέχουσα Έκδοση | 1.5.2.5 |
Τελευταία Ενημέρωση | 2020-04-02 |
Ημερομηνία Δημοσίευσης | 2020-04-02 |
Προγραμματιστής | http://letschat.chat |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://letschat.chat |
Διεύθυνση URL της Σελίδας Βοήθειας | https://letschat.chat/faq |
URL της Σελίδας Πολιτικής Απορρήτου | https://sharetivity.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Personalized prospecting in 6secs", "version": "1.5.2.5", "short_name": "LC outreach", "description": "Add value to your outreach by sharing relevant & interesting content to your prospects.", "icons": { "16": "images\/letschat-16.png", "20": "images\/letschat-20.png", "32": "images\/letschat-32.png", "24": "images\/letschat-24.png", "64": "images\/letschat-64.png", "128": "images\/letschat-128.png" }, "background": { "scripts": [ "jquery.min.js", "jquery-ui.js", "bootstrap.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "jquery.min.js", "jquery-ui.js", "bootstrap.min.js" ], "run_at": "document_end", "css": [ "css\/style.css", "css\/bootstrap.min.css", "css\/font-awesome.min.css" ] } ], "permissions": [ "notifications", "tabs", "https:\/\/www.linkedin.com\/*" ], "manifest_version": 2 } |