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ファイルをダウンロード

Relevantly - LinkedIn Email Finder Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}