Leadrover.app Email Finder
Email finder Linkedin
Leadrover.app Email Finder क्या है?
Leadrover.app Email Finder iTech2323 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email finder Linkedin"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Leadrover.app Email Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Leadrover.app Generate more valid emails in 1 click. Turn any LinkedIn Sales Navigator search into a clean list of verified emails ready for your outreach campaign or lead generation. Leadrover is a free Linkedin email finder which allows you find and business emails in Linkedin profiles for free, just one click to find an email address on any Linkedin account and just one click to find an email address in the Linkedin search results. Just craft your own Linkedin Sales Navigator Search, Click the "Find and Save" button, and you're done! Give Leadrover a try for FREE! Learn more at leadrover.app
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iiphjoaccfpllfddajfmifkppgkcadoo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/leadroverapp-email-finder/iiphjoaccfpllfddajfmifkppgkcadoo |
विवरण | Email finder Linkedin |
फ़ाइल का आकार | 67.54 KB |
स्थापना संख्या | 158 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2020-03-12 |
प्रकाशन तिथि | 2020-03-12 |
डेवलपर | iTech2323 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://leadrover.app |
सहायता पृष्ठ URL | https://leadrover.app |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Leadrover.app Email Finder", "version": "0.3", "description": "Email finder Linkedin", "permissions": [ "storage", "declarativeContent", "activeTab", "cookies", "https:\/\/*.leadrover.app\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.leadrover.app\/*" ] }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/media.licdn.com https:\/\/fonts.googleapis.com; object-src 'self'", "manifest_version": 2 } |