Mailmo - Email Finder for Linkedin
Find professional business emails directly on Linkedin
Mailmo - Email Finder for Linkedinとは何ですか?
Mailmo - Email Finder for Linkedinはhttps://mailmo.ioによって開発されたChromeの拡張機能で、その主な機能は「Find professional business emails directly on Linkedin」です。
拡張機能のスクリーンショット
Mailmo - Email Finder for Linkedin拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } ] } |