Mailmo - Email Finder for Linkedin
Find professional business emails directly on Linkedin
Mailmo - Email Finder for Linkedin là gì?
Mailmo - Email Finder for Linkedin là một tiện ích mở rộng Chrome được phát triển bởi https://mailmo.io, và tính năng chính của nó là "Find professional business emails directly on Linkedin".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mailmo - Email Finder for Linkedin
Tải xuống các tệp mở rộng Mailmo - Email Finder for Linkedin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mailmo - Email Finder for Linkedin |
ID | dngochbmnapgigpkokeeilhbigmghcgi |
URL Chính Thức | https://chromewebstore.google.com/detail/mailmo-email-finder-for-l/dngochbmnapgigpkokeeilhbigmghcgi |
Mô tả | Find professional business emails directly on Linkedin |
Kích Thước Tệp | 74.49 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-10-02 |
Ngày Phát Hành | 2023-05-12 |
Nhà Phát Triển | https://mailmo.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mailmo.io |
URL Trang Chính Sách Bảo Mật | https://mailmo.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |