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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Relevantly - LinkedIn Email Finder Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
    }
}