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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find professional business emails directly on Linkedin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mailmo - Email Finder for Linkedin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}