Leadshub : Reach your prospects in one click
Get Direct Contact Numbers and Business email IDs of your prospects.
Τι είναι το Leadshub : Reach your prospects in one click;
Το Leadshub : Reach your prospects in one click είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Salesgeek Solutions, και η κύρια λειτουργία του είναι "Get Direct Contact Numbers and Business email IDs of your prospects.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Leadshub : Reach your prospects in one click
Λήψη αρχείων επέκτασης Leadshub : Reach your prospects in one click σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
LeadsHub will act as your single source for premium quality prospecting and email reach out. Just go to any decision maker's LinkedIn profile, and you will find the options of getting their email ID and direct mobile number. We have our unique model that combines over 1500+ global directories and B2B databases, coupled with a unique global crowdsourcing model of getting B2B contacts, and you can rest assured that you will get details for upto 90% of your target clients (India + Worldwide). Go ahead and take your free trial. Optimize your pre-sales, maximize your sales. Happy Prospecting! ABOUT US: https://leadshub.co/about-us FAQ : https://leadshub.co/faq TERMS OF SERVICE : https://leadshub.co/terms PRIVACY POLICY : https://leadshub.co/privacy
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | egfghmgflepianoabnljfnccjikhbfgn |
Επίσημο URL | https://chrome.google.com/webstore/detail/leadshub-reach-your-prosp/egfghmgflepianoabnljfnccjikhbfgn |
Περιγραφή | Get Direct Contact Numbers and Business email IDs of your prospects. |
Μέγεθος Αρχείου | 423 KB |
Αριθμός Εγκαταστάσεων | 32 |
Τρέχουσα Έκδοση | 1.0.10 |
Τελευταία Ενημέρωση | 2020-05-25 |
Ημερομηνία Δημοσίευσης | 2020-05-24 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Salesgeek Solutions |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://leadshub.co |
Διεύθυνση URL της Σελίδας Βοήθειας | https://leadshub.co/faq |
URL της Σελίδας Πολιτικής Απορρήτου | https://leadshub.co/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leadshub : Reach your prospects in one click", "short_name": "Leadshub", "description": "Get Direct Contact Numbers and Business email IDs of your prospects.", "version": "1.0.10", "browser_action": { "default_title": "Leadshub Chrome Extension", "default_icon": "img\/leadshub-icon-50x50.png", "default_popup": "ext\/popup\/popup.html" }, "icons": { "128": "img\/icon_128.png" }, "background": { "scripts": [ "ext\/common\/lib\/jquery-1.12.3.min.js", "ext\/common\/constants.js", "ext\/common\/name_parser.js", "ext\/background\/storage.js", "ext\/background\/router.js", "ext\/background\/api.js", "ext\/background\/api_l.js", "ext\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/leadshub.co\/*" ], "js": [ "web\/key.js", "web\/install.js" ] }, { "matches": [ "*:\/\/www.linkedin.com\/*" ], "css": [ "css\/typicons.min.css", "css\/style.css", "css\/jquery-ui.min.css" ], "js": [ "ext\/common\/crsf.js", "ext\/common\/lib\/jquery-1.12.3.min.js", "ext\/common\/lib\/jquery-ui.min.js", "ext\/common\/constants.js", "ext\/common\/http.js", "ext\/common\/i18n.js", "ext\/common\/li_version.js", "ext\/common\/api.js", "ext\/common\/api_l.js", "ext\/common\/name_parser.js", "ext\/common\/login.js", "ext\/common\/lists.js", "ext\/common\/profile_view.js", "ext\/common\/route_watcher.js", "ext\/common\/company_parser.js", "ext\/common\/opts_checker.js" ] } ], "permissions": [ "storage", "tabs", "*:\/\/leadshub.co\/*", "*:\/\/*.linkedin.com\/*", "webRequest" ], "web_accessible_resources": [ "img\/logo_150_45.png", "img\/icon_60.png", "img\/icon_128.png", "img\/check-mark.png", "img\/error-mark.png", "img\/icon.png", "img\/leadshub_icon.png", "img\/drag_icon.png", "img\/leadshub_icon_white.png", "img\/grey_envelope.png", "img\/logo_md.png", "img\/support_icon.png", "img\/envelope_icon.png", "ext\/popup\/img\/leadshub_icon.png" ] } |