Email Finder by Anymailfinder

One-Click email from Linkedin profile.

Email Finder by Anymailfinder क्या है?

Email Finder by Anymailfinder https://anymailfinder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-Click email from Linkedin profile."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Email Finder by Anymailfinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Looking for an easy and effective way to find email addresses from LinkedIn profile? The Anymail Finder Chrome Extension has you covered!


3 Simple Features You’ll Love

1. 🚀 Extract individual LinkedIn profile emails

For example, search for Bill gates and you’ll see a Get Email button next to his profile picture. Click that to get his email address.

2. 🚀 Build email lists at lighting speed

For example, search for “CEO” and Linkedin shows you hundreds of pages of CEOs. Choose how many leads you want to auto-capture emails from and hit START.

3. 🚀 Works everywhere

Extract emails from any LinkedIn page (including Sales Navigator) and any other website.


Within the extension we provide the same core benefits that our customers have always loved: 🤑 pay only for verified emails.                    

एक्सटेंशन की मूल जानकारी

नाम Email Finder by Anymailfinder Email Finder by Anymailfinder
ID jejkgijkhbdnekbbdonkikkfdmlfmdol
आधिकारिक URL https://chromewebstore.google.com/detail/email-finder-by-anymailfi/jejkgijkhbdnekbbdonkikkfdmlfmdol
विवरण One-Click email from Linkedin profile.
फ़ाइल का आकार 250 KB
स्थापना संख्या 6,529
वर्तमान संस्करण 3.0.34
अंतिम अपडेट 2024-02-11
प्रकाशन तिथि 2021-10-01
रेटिंग 3.95/5 कुल 38 रेटिंग्स
डेवलपर https://anymailfinder.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://anymailfinder.com/
सहायता पृष्ठ URL https://help.anymailfinder.com/en/
गोपनीयता नीति पृष्ठ URL https://anymailfinder.com/legal
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "dist\/popup\/index.html",
        "default_icon": {
            "16": "\/images\/icons\/icon_16_dark.png",
            "32": "\/images\/icons\/icon_32_dark.png",
            "48": "\/images\/icons\/icon_48_dark.png",
            "128": "\/images\/icons\/icon_128_dark.png"
        }
    },
    "background": {
        "service_worker": "dist\/background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "dist\/content-linkedin\/index.css"
            ],
            "js": [
                "dist\/content-linkedin\/index.js"
            ]
        }
    ],
    "description": "One-Click email from Linkedin profile.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.anymailfinder.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.anymailfinder.com\/",
        "http:\/\/localhost\/"
    ],
    "icons": {
        "16": "\/images\/icons\/icon_16_dark.png",
        "32": "\/images\/icons\/icon_32_dark.png",
        "48": "\/images\/icons\/icon_48_dark.png",
        "128": "\/images\/icons\/icon_128_dark.png"
    },
    "manifest_version": 3,
    "name": "Email Finder by Anymailfinder",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "3.0.34",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*"
            ]
        }
    ]
}