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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mailmo - Email Finder for Linkedin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
        }
    ]
}