Mailmo - Email Finder for Linkedin
Find professional business emails directly on Linkedin
Τι είναι το Mailmo - Email Finder for Linkedin;
Το Mailmo - Email Finder for Linkedin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mailmo.io, και η κύρια λειτουργία του είναι "Find professional business emails directly on Linkedin".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mailmo - Email Finder for Linkedin
Λήψη αρχείων επέκτασης Mailmo - Email Finder for Linkedin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mailmo - Email Finder for Linkedin |
ID | dngochbmnapgigpkokeeilhbigmghcgi |
Επίσημο URL | https://chromewebstore.google.com/detail/mailmo-email-finder-for-l/dngochbmnapgigpkokeeilhbigmghcgi |
Περιγραφή | Find professional business emails directly on Linkedin |
Μέγεθος Αρχείου | 74.49 KB |
Αριθμός Εγκαταστάσεων | 131 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2023-10-02 |
Ημερομηνία Δημοσίευσης | 2023-05-12 |
Προγραμματιστής | https://mailmo.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mailmo.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://mailmo.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } ] } |