B2B email finder & lead generation tool
B2B email finder & lead extractor tool for LinkedIn Sales Navigator - Pay less. Earn more
B2B email finder & lead generation tool क्या है?
B2B email finder & lead generation tool https://b2bleadbuilder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "B2B email finder & lead extractor tool for LinkedIn Sales Navigator - Pay less. Earn more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में B2B email finder & lead generation tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
---------------------------------------------------------------------------------------------------- ❤️Welcome to b2b lead builder, where data is significant. b2b lead builder is an chrome extension that helps you find businesses data and emails using LinkedIn sales navigator. ❤️ We help you to extract quality leads as following fields in the .csv format: ✔Profile Details Profile URL, First Name, Last Name, Corporate Email ✔Current Company Details Company Name, Company Title, Company Location, Company LinkedIn URL, Company Join Date, Company To date, Company tenure, ✔company details Name, Domain, Industry, LinkedIn URL, Staff, Staff Count, Phone, Specialties, Street, City, State, Zip Code, Country ❤️features - Pay less. Earn more. - Increase productivity by reducing hours spent looking for leads. - 100% safe and easy-to-use algorithm. - Import of prospects via CSV. - Automated Scenarios. - Simple user interface. - Accurate information - Productivity ❤️Getting started - Install the b2bleadbuilder Chrome extension. - Then, Create an account b2bleadbuilder.com. - Finally, start building your targeted email lists. ❤️Requirements - Sales Navigator is required. ❤️Plans You can try the trial version of this b2bleadbuilder with full functionality for 15 days in which you can scrape 200/per day data+email. ❤️Join now on b2bleadbuilder.com right now and get 200 Prospects with emails* / day www.b2bleadbuilder.com/registration/ ❤️ For any further questions, feel free to contact us. [email protected] | [email protected] https://b2bleadbuilder.com Hope to see you onboard!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gmckkinpojihdgkbmokdfkincgnhcdpj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/b2b-email-finder-lead-gen/gmckkinpojihdgkbmokdfkincgnhcdpj |
विवरण | B2B email finder & lead extractor tool for LinkedIn Sales Navigator - Pay less. Earn more |
फ़ाइल का आकार | 390 KB |
स्थापना संख्या | 164 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-05-25 |
प्रकाशन तिथि | 2021-05-25 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://b2bleadbuilder.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://b2bleadbuilder.com |
गोपनीयता नीति पृष्ठ URL | https://b2bleadbuilder.com/pages/privacy_policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "B2B email finder & lead generation tool", "description": "B2B email finder & lead extractor tool for LinkedIn Sales Navigator - Pay less. Earn more", "version": "1.0", "permissions": [ "https:\/\/b2bleadbuilder.com\/", "storage", "webRequest", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "js\/common.js" ], "matches": [ "https:\/\/www.linkedin.com\/sales\/search\/people*" ] }, { "matches": [ "https:\/\/www.linkedin.com\/sales\/search\/people*" ], "js": [ "js\/lib\/jquery-1.12.4.js", "js\/lib\/jquery-ui.js", "js\/machine.js", "js\/lib\/jquery.cookie.js", "js\/lib\/moment.min.js", "js\/const.js", "js\/http.js" ], "css": [ "css\/style.css", "css\/jquery-ui.css" ] } ], "background": { "scripts": [ "js\/lib\/jquery-1.12.4.js", "js\/const.js", "js\/http.js", "js\/background.js", "js\/common.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ "html\/*", "drag.svg", "logo.png" ] } |