Mailmo - Email Finder for Linkedin
Find professional business emails directly on Linkedin
Co je Mailmo - Email Finder for Linkedin?
Mailmo - Email Finder for Linkedin je rozšíření Chrome vyvinuté https://mailmo.io, a jeho hlavní funkcí je „Find professional business emails directly on Linkedin“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mailmo - Email Finder for Linkedin
Stáhněte si soubory rozšíření Mailmo - Email Finder for Linkedin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Mailmo - Email Finder for Linkedin |
ID | dngochbmnapgigpkokeeilhbigmghcgi |
Oficiální URL | https://chromewebstore.google.com/detail/mailmo-email-finder-for-l/dngochbmnapgigpkokeeilhbigmghcgi |
Popis | Find professional business emails directly on Linkedin |
Velikost souboru | 74.49 KB |
Počet instalací | 131 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2023-10-02 |
Datum Vydání | 2023-05-12 |
Vývojář | https://mailmo.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://mailmo.io |
URL Stránky Zásad Ochrany Soukromí | https://mailmo.io/privacy-policy |
Podporované Jazyky | 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 } ] } |