Relevantly - LinkedIn Email Finder Extension

The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts

Qu'est-ce que Relevantly - LinkedIn Email Finder Extension ?

Relevantly - LinkedIn Email Finder Extension est une extension Chrome développée par https://relevantly.io, et sa fonction principale est "The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Relevantly - LinkedIn Email Finder Extension

Téléchargez les fichiers d'extension Relevantly - LinkedIn Email Finder Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Relevantly - LinkedIn Email Finder Extension Relevantly - LinkedIn Email Finder Extension
ID cmjolmdpanilknehkmmfcianjeeoapem
URL Officiel https://chromewebstore.google.com/detail/relevantly-linkedin-email/cmjolmdpanilknehkmmfcianjeeoapem
Description The LinkedIn Email Finder made by Cold Outreach experts for Cold Outreach experts
Taille du Fichier 132 KB
Nombre d'Installations 341
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-05-06
Date de Publication 2023-03-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://relevantly.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.relevantly.io
URL de la Page d'Aide https://www.relevantly.io/contact
URL de la Page de Politique de Confidentialité https://www.relevantly.io/terms-and-conditions
Langues Prises en Charge 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'"
    }
}