Leadb Email Finder For LinkedIn
Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…
Leadb Email Finder For LinkedIn क्या है?
Leadb Email Finder For LinkedIn Leadb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Leadb Email Finder For LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We also provide more company information where the prospect works. Email addresses provided by this tool are 100% verified. Along with email address we also provide the email confidence score which indicates the deliverability of the email. Leadb Email Finder is suitable for 1. Sales 2. Marketing 3. Hiring and for every one who is willing to find prospects using 650M+ profiles on LinkedIn. If you have any questions or feedback, feel free to write us to [email protected] Signup for a free plan on Leadb right now and get 100 credits every month! https://www.leadb.co/signup
एक्सटेंशन की मूल जानकारी
नाम | |
ID | heekkhdbnajjhdieohopakiiongkpefh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/leadb-email-finder-for-li/heekkhdbnajjhdieohopakiiongkpefh |
विवरण | Leadb Email Finder for LinkedIn Leadb Email Finder is a free prospecting tool to find business email of anyone on LinkedIn. We… |
फ़ाइल का आकार | 140 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2020-02-01 |
प्रकाशन तिथि | 2020-02-01 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | Leadb |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.9", "name": "Leadb Email Finder For LinkedIn", "browser_action": { "default_icon": "images\/logo-green.png", "default_title": "Leadb Email Finder", "default_popup": "popup.html" }, "icons": { "128": "images\/logo-green.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.leadb.co\/*" ], "css": [ "css\/style.css" ], "js": [ "main-bundle.js" ] } ], "background": { "scripts": [ "background-bundle.js" ] }, "permissions": [ "https:\/\/www.leadb.co\/*", "https:\/\/www.linkedin.com\/*", "http:\/\/localhost:8080\/*", "tabs", "activeTab", "storage" ] } |