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! 擴展基本資訊
| 名稱 | |
| ID | dngochbmnapgigpkokeeilhbigmghcgi |
| 官方網址 | 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
}
]
} | |