Mailmo - Email Finder for Linkedin
Find professional business emails directly on Linkedin
Was ist Mailmo - Email Finder for Linkedin?
Mailmo - Email Finder for Linkedin ist eine Chrome-Erweiterung, die von https://mailmo.io entwickelt wurde, und ihr Hauptmerkmal ist "Find professional business emails directly on Linkedin".
Erweiterungsscreenshots
Mailmo - Email Finder for Linkedin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mailmo - Email Finder for Linkedin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Mailmo - Email Finder for Linkedin |
ID | dngochbmnapgigpkokeeilhbigmghcgi |
Offizielle URL | https://chromewebstore.google.com/detail/mailmo-email-finder-for-l/dngochbmnapgigpkokeeilhbigmghcgi |
Beschreibung | Find professional business emails directly on Linkedin |
Dateigröße | 74.49 KB |
Installationsanzahl | 131 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-10-02 |
Veröffentlichungsdatum | 2023-05-12 |
Entwickler | https://mailmo.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://mailmo.io |
URL der Datenschutzrichtlinien-Seite | https://mailmo.io/privacy-policy |
Unterstützte Sprachen | 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 } ] } |