LinkedIn Email Finder - LeadLoft Prospector
Find emails from LinkedIn and websites.
LinkedIn Email Finder - LeadLoft Prospector क्या है?
LinkedIn Email Finder - LeadLoft Prospector http://leadloft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find emails from LinkedIn and websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Email Finder - LeadLoft Prospector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With LeadLoft, you can find contact information for anyone. Whether it's angel investors or fortune 500 CEOs, LeadLoft can put you in touch and start a conversation. How it works: #1 Get Started at www.leadloft.com #2 Install our Chrome Extension #3 Begin Prospecting Now it's time to start growing! Begin prospecting on LinkedIn to find and verify anyone's contact information. #4 Scale Growth Scale outreach by adding your whole sales team to LeadLoft. Ready to go? Get started at www.leadloft.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dfpfllmpaompimoippbhnjjcfokelcgp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/linkedin-email-finder-lea/dfpfllmpaompimoippbhnjjcfokelcgp |
विवरण | Find emails from LinkedIn and websites. |
फ़ाइल का आकार | 77.77 KB |
स्थापना संख्या | 161 |
वर्तमान संस्करण | 2.0.8 |
अंतिम अपडेट | 2022-03-11 |
प्रकाशन तिथि | 2020-07-27 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | http://leadloft.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.leadloft.com |
सहायता पृष्ठ URL | https://www.leadloft.com/faq |
गोपनीयता नीति पृष्ठ URL | https://www.leadloft.com/user-agreements/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Email Finder - LeadLoft Prospector", "description": "Find emails from LinkedIn and websites.", "version": "2.0.8", "browser_action": { "name": "Manipulate DOM", "default_icon": "logo48.png", "default_popup": "popup.html", "default_title": "LinkedIn Email Finder - LeadLoft Prospector" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "tabs", "https:\/\/*.leadloft.com\/*", "https:\/\/*.linkedin.com\/*" ], "background": { "scripts": [ "profile.js", "config.js", "jquery-2.1.1.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "inject.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.linkedin.com\/*" ] }, { "js": [ "profile.js", "config.js", "jquery-2.1.1.min.js", "sha256.js", "content.js" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.leadloft.com\/*" ] } ], "web_accessible_resources": [ "injected.js" ], "externally_connectable": { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.leadloft.com\/*" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |