Mailmo - Email Finder for Linkedin
Find professional business emails directly on Linkedin
What is Mailmo - Email Finder for Linkedin?
Mailmo - Email Finder for Linkedin is a Chrome extension developed by https://mailmo.io, and its main feature is "Find professional business emails directly on Linkedin".
Extension Screenshots
Download Mailmo - Email Finder for Linkedin Extension CRX File
Download Mailmo - Email Finder for Linkedin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Mailmo - Email Finder for Linkedin |
ID | dngochbmnapgigpkokeeilhbigmghcgi |
Official URL | https://chromewebstore.google.com/detail/mailmo-email-finder-for-l/dngochbmnapgigpkokeeilhbigmghcgi |
Description | Find professional business emails directly on Linkedin |
File Size | 74.49 KB |
Installation Count | 131 |
Current Version | 1.0.5 |
Last Updated | 2023-10-02 |
Publish Date | 2023-05-12 |
Developer | https://mailmo.io |
[email protected] | |
Payment Type | free |
Extension Website | https://mailmo.io |
Privacy Policy Page URL | https://mailmo.io/privacy-policy |
Supported Languages | 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 } ] } |