Email Finder by Anymailfinder

One-Click email from Linkedin profile.

Τι είναι το Email Finder by Anymailfinder;

Το Email Finder by Anymailfinder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://anymailfinder.com, και η κύρια λειτουργία του είναι "One-Click email from Linkedin profile.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Email Finder by Anymailfinder

Λήψη αρχείων επέκτασης Email Finder by Anymailfinder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
            ]
        }
    ]
}