Relevantly - LinkedIn Email Finder Extension
The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts
Relevantly - LinkedIn Email Finder Extension là gì?
Relevantly - LinkedIn Email Finder Extension là một tiện ích mở rộng Chrome được phát triển bởi https://relevantly.io, và tính năng chính của nó là "The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Relevantly - LinkedIn Email Finder Extension
Tải xuống các tệp mở rộng Relevantly - LinkedIn Email Finder Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Relevantly - LinkedIn Email Finder Extension |
ID | cmjolmdpanilknehkmmfcianjeeoapem |
URL Chính Thức | https://chromewebstore.google.com/detail/relevantly-linkedin-email/cmjolmdpanilknehkmmfcianjeeoapem |
Mô tả | The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 341 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-05-06 |
Ngày Phát Hành | 2023-03-05 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://relevantly.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.relevantly.io |
URL Trang Trợ Giúp | https://www.relevantly.io/contact |
URL Trang Chính Sách Bảo Mật | https://www.relevantly.io/terms-and-conditions |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |