Prospeo - Email Finder

Find email addresses from anywhere for free, and verify them with the highest accuracy.

Τι είναι το Prospeo - Email Finder;

Το Prospeo - Email Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://prospeo.io, και η κύρια λειτουργία του είναι "Find email addresses from anywhere for free, and verify them with the highest accuracy.".

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

screenshot
screenshot
screenshot

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

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

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

                        This free Chrome extension allows you to find email addresses from any website or company. With our email finder, you can also find email addresses by name or directly from any LinkedIn profile. It comes with an exclusive email verification system for accurately detecting verified email addresses.

✔️ Email Finder: Get email addresses from first/last name and a company name/domain. Uncover the email of any professional in seconds. This user-friendly tool helps you make the most of your prospecting efforts, unveiling contacts that elevate your networking game.

✔️ Sales Navigator Export: This cloud-based feature extracts leads from Sales Navigator, giving you more email contacts than any of our competitors. Export to CSV/EXCEL in the format you prefer and make lead generation a breeze.

✔️ Domain Search: Hunt down unique email addresses linked to any website or domain. With our cutting-edge search algorithms, find emails not accessible elsewhere and boost your outreach campaigns.

✔️ Email Verification: Say goodbye to bounced emails with our ultra-accurate email verification system. We also recover catch-all emails, ensuring maximum delivery rates for your campaigns. We verify emails that others can't, guaranteeing you exclusive and accurate email addresses, with clean results.

✔️ LinkedIn Email Finder: Find email from LinkedIn profile in just one click, in seconds, with our deep email finding algorithm.

Experience a revolution in lead generation and email prospecting. Find emails of the right people, save time, and take your business to the next level with our user-friendly Chrome extension.

✅  Start your free trial now and get 75 credits per month, forever!

If you have any questions about Prospeo, the best email finder tool, feel free to contact us at [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prospeo - Email Finder Prospeo - Email Finder
ID lodchmjigmbiibplfmagekadbpomglad
Επίσημο URL https://chromewebstore.google.com/detail/prospeo-email-finder/lodchmjigmbiibplfmagekadbpomglad
Περιγραφή Find email addresses from anywhere for free, and verify them with the highest accuracy.
Μέγεθος Αρχείου 1.92 MB
Αριθμός Εγκαταστάσεων 8,286
Τρέχουσα Έκδοση 1.5.5
Τελευταία Ενημέρωση 2024-01-31
Ημερομηνία Δημοσίευσης 2023-06-24
Αξιολόγηση 4.89/5 Συνολικά 94 Αξιολογήσεις
Προγραμματιστής https://prospeo.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://prospeo.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://prospeo.io/
URL της Σελίδας Πολιτικής Απορρήτου https://prospeo.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prospeo - Email Finder",
    "description": "Find email addresses from anywhere for free, and verify them with the highest accuracy.",
    "version": "1.5.5",
    "action": {
        "default_title": "Popup",
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.84c19591.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.prospeo.io\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/main.52ee091f.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/*.prospeo.io\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*",
            "*:\/\/*.prospeo.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.prospeo.io\/*"
            ],
            "resources": [
                "assets\/no-email-found-cube.e16fa608.png",
                "assets\/question-mark-free.eb16d643.svg",
                "assets\/auth-bg.90ddae9b.svg",
                "assets\/domain-footer.d8b0429a.svg",
                "assets\/_sentry-release-injection-file.794b11e2.js",
                "assets\/main.tsx.1e276919.js"
            ],
            "use_dynamic_url": true
        }
    ]
}