Relevantly - LinkedIn Email Finder Extension
The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts
Relevantly - LinkedIn Email Finder Extension क्या है?
Relevantly - LinkedIn Email Finder Extension https://relevantly.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Relevantly - LinkedIn Email Finder Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Relevantly is the ultimate Email finder for LinkedIn and Sales Navigator. Made by experts, for experts. The web application and the chrome extension have been designed so that cold outreach and lead generation experts can have access to quality data, quickly. THE HOT FEATURES: 1️⃣ Smart Filtering: When you apply filters on a LinkedIn search, 30% of the results are not relevant because they don't match the filters 👉 We have an automatic filter that only finds emails from contacts that 100% match your filters. 2️⃣ LinkedIn Post email finder: Find emails from people who commented, or liked a LinkedIn post and skyrocket your email open and response rate ✅ Say hello 🙋♂️ to: - Quality data, cleaned up and filtered by default - emails that don't bounce - fast and secure scraping - Easy-to-use email tool - Well-organized CSV file by default ❌ Say goodbye 👋 to: - Rough and uncleaned data that doesn't match LinkedIn filters - Blocked LinkedIn account - Forever scraping time - Having to pay 178 external APIs to make sure you get the best data
एक्सटेंशन की मूल जानकारी
नाम | Relevantly - LinkedIn Email Finder Extension |
ID | cmjolmdpanilknehkmmfcianjeeoapem |
आधिकारिक URL | https://chromewebstore.google.com/detail/relevantly-linkedin-email/cmjolmdpanilknehkmmfcianjeeoapem |
विवरण | The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts |
फ़ाइल का आकार | 132 KB |
स्थापना संख्या | 341 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-05-06 |
प्रकाशन तिथि | 2023-03-05 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://relevantly.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.relevantly.io |
सहायता पृष्ठ URL | https://www.relevantly.io/contact |
गोपनीयता नीति पृष्ठ URL | https://www.relevantly.io/terms-and-conditions |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.5", "name": "Relevantly - LinkedIn Email Finder Extension", "homepage_url": "http:\/\/app.relevantly.io\/", "description": "The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts", "default_locale": "en", "permissions": [ "activeTab", "cookies" ], "host_permissions": [ "https:\/\/app.relevantly.io\/*", "https:\/\/www.linkedin.com\/*" ], "icons": { "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_title": "Relevantly - LinkedIn Email Finder Extension" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |