Mailmo - Email Finder for Linkedin

Find professional business emails directly on Linkedin

Cos'è Mailmo - Email Finder for Linkedin?

Mailmo - Email Finder for Linkedin è un'estensione di Chrome sviluppata da https://mailmo.io, e la sua funzione principale è "Find professional business emails directly on Linkedin".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mailmo - Email Finder for Linkedin

Scarica i file di estensione Mailmo - Email Finder for Linkedin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        GET 50 VERIFIED EMAILS EVERY MONTH WITH FREE ACCOUNT!

With just a single click, unveil business and personal emails, along with direct dial phone numbers, when available. 

Easy to install and use, Mailmo integrates seamlessly with Linkedin. Navigate to a profile, click on the 'Find Email' button, and let our extension do the rest.

We find verified emails with 98%+ deliverability. Catch-all emails are always free!

Whether you are a sales representative identifying prospects, or a marketer building an list, our extension can streamline your process.

Join hundreds of satisfied users and elevate your Linkedin experience with Mailmo - your trusted email finder tool!                    

Informazioni di Base sull'Estensione

Nome Mailmo - Email Finder for Linkedin Mailmo - Email Finder for Linkedin
ID dngochbmnapgigpkokeeilhbigmghcgi
URL Ufficiale https://chromewebstore.google.com/detail/mailmo-email-finder-for-l/dngochbmnapgigpkokeeilhbigmghcgi
Descrizione Find professional business emails directly on Linkedin
Dimensione del File 74.49 KB
Conteggio Installazioni 131
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-10-02
Data di Pubblicazione 2023-05-12
Sviluppatore https://mailmo.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mailmo.io
URL della Pagina della Politica sulla Privacy https://mailmo.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mailmo - Email Finder for Linkedin",
    "version": "1.0.5",
    "description": "Find professional business emails directly on Linkedin",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "use_dynamic_url": false
        }
    ]
}