Adapt - Find Emails On Websites

Find Emails On Social Networks and Websites

Τι είναι το Adapt - Find Emails On Websites;

Το Adapt - Find Emails On Websites είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.adapt.io, και η κύρια λειτουργία του είναι "Find Emails On Social Networks and Websites".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Adapt - Find Emails On Websites

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

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

                        Adapt Prospector - Find Emails On Websites

Find work emails and phone numbers by clicking on the Adapt icon in Chrome’s address bar on any LinkedIn profile or website. 
- Get contacts from LinkedIn
- Get company information across websites

To enrich contacts in Salesforce, visit any contact / lead page and perform a right click ---> Get Email.

# Features
Get contact and company information of the person(s) behind a website: 
     1. Name
     2. Job Title
     3. Phone Number
     4. Business Emails
     5. Industry
     6. Location
     7. Revenue
     8. Employee Count

Add the contact and company data to your lead list and manage leads at our online Lead Builder.

# Who is this for?
- Sales professionals and lead generation teams
- Recruiters, Human Resource Professionals
- Business executives, Analysts, Consultants

How to get started?
* Create a free account at https://adapt.io
* Add the free Adapt extension to your browser.
* Visit any profile in LinkedIn.
* Click on the Adapt icon from the address bar.
* Get the contact and company information on your prospect.


# Is it free?
Yes, Adapt is absolutely free to use. You get 100 free business emails views/month and 10 free downloads/month. You can upgrade your account for more.
You are just one click away from finding the right leads for your business for FREE!

# Learn more about this extension
https://www.adapt.io/blog/adapt-prospector-extension-2-0-is-here-get-contact-and-company-information-from-websites-and-social-networks/

# About Adapt
Adapt provides the most accurate business emails for your sales and marketing efforts. Feel free to try our prospector.

Already trusted users from leading companies like Amazon, Adobe, Intuit, Hubspot and Salesforce.


For more information, please visit https://adapt.io
Questions? Drop us a line at [email protected]                    

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

Όνομα Adapt - Find Emails On Websites Adapt - Find Emails On Websites
ID lbhigcppinlecjbkgkaapkfekijdndaj
Επίσημο URL https://chromewebstore.google.com/detail/adapt-find-emails-on-webs/lbhigcppinlecjbkgkaapkfekijdndaj
Περιγραφή Find Emails On Social Networks and Websites
Μέγεθος Αρχείου 182 KB
Αριθμός Εγκαταστάσεων 37,800
Τρέχουσα Έκδοση 2.0.4c
Τελευταία Ενημέρωση 2023-06-23
Ημερομηνία Δημοσίευσης 2020-05-08
Αξιολόγηση 4.70/5 Συνολικά 120 Αξιολογήσεις
Προγραμματιστής https://www.adapt.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.adapt.io
Διεύθυνση URL της Σελίδας Βοήθειας https://adaptio.freshdesk.com/support/solutions/articles/36000035744-chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.adapt.io/privacy.htm
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.4",
    "version_name": "2.0.4c",
    "name": "Adapt - Find Emails On Websites",
    "short_name": "Email finder",
    "description": "Find Emails On Social Networks and Websites",
    "action": {
        "default_icon": "img\/ico_128.png",
        "default_title": "Adapt - Find Emails On Websites"
    },
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "all_frames": true,
            "js": [
                "linkedin-bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/prospector.adapt.io\/*"
            ],
            "js": [
                "webMsgReceiver-bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.adapt.io\/*"
            ],
            "js": [
                "googleAuth-bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "serviceWorker-bundle.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "https:\/\/*.adapt.io\/",
        "https:\/\/www.linkedin.com\/"
    ]
}