ProspectDaddy Email Finder

Search prospects on LinkedIn, Find business emails on Gmail, & Download email-ready prospect lists

ProspectDaddy Email Finder क्या है?

ProspectDaddy Email Finder https://prospectdaddy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search prospects on LinkedIn, Find business emails on Gmail, & Download email-ready prospect lists"।

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

screenshot
screenshot

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

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

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

                        An easy to use email finder extension to find business email addresses of people on Linkedin and Gmail.


How does it work:

1. Install ProspectDaddy chrome extension and create an account.
2. Go to LinkedIn and find prospects that you would like to engage with using LinkedIn Search or LinkedIn Sales Navigator. 
3. Open the extension and select the prospects whose info you want and click 'Find email'
4. Download the list as CSV or connect natively with SmartReach.io
5. Give your SmartReach.io ProspectDaddy key and Save 
6. Select the campaign to which you would like to add prospects to and Click 'Add to SmartReach.io' 

Voila!! Your prospect list is added to your SmartReach.io campaign to send emails from. 


Who is it for:

- Sales professionals targeting customers in an area, job, company, roles etc.
- Lead Generation Agencies
- Inside Sales teams
- PR professionals
- Marketing and Business Development Professionals
- Recruiters looking for prospective hires


What do you get:

- Accurate email address of the prospects at no cost
- Increased productivity
- Better sales opportunities


Bulk email finder for LinkedIn with Seamless Automation:

With ProspectDaddy chrome extension, you can find email addresses of prospective leads on LinkedIn, using LinkedIn search and LinkedIn Sales Navigator in bulk and add those lists to your campaigns in SmartReach.io and nurture leads automatically. 

With ProspectDaddy and SmartReach.io, you can then sync your email activity of any lead to your CRM automatically.

With ProspectDaddy and SmartReach.io, you get an all-in-one email outreach software that can get you email address of prospects, automate email outreach and sync back email activity back to your CRM automatically through our easy integrations and powerful workflow automations                    

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

नाम ProspectDaddy Email Finder ProspectDaddy Email Finder
ID kcgepaimjgkfioiepdjghaaieoihndkp
आधिकारिक URL https://chromewebstore.google.com/detail/prospectdaddy-email-finde/kcgepaimjgkfioiepdjghaaieoihndkp
विवरण Search prospects on LinkedIn, Find business emails on Gmail, & Download email-ready prospect lists
फ़ाइल का आकार 1.17 MB
स्थापना संख्या 495
वर्तमान संस्करण 0.9.5
अंतिम अपडेट 2024-02-06
प्रकाशन तिथि 2021-06-03
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर https://prospectdaddy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://prospectdaddy.com/
गोपनीयता नीति पृष्ठ URL https://prospectdaddy.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.9.5",
    "name": "ProspectDaddy Email Finder",
    "description": "Search prospects on LinkedIn, Find business emails on Gmail, & Download email-ready prospect lists",
    "homepage_url": "https:\/\/prospectdaddy.com",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "*:\/\/mail.google.com\/*",
        "*:\/\/contacts.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "background": {
        "scripts": [
            "build\/background.js",
            "hot-reload.js",
            "transliteration.min.js",
            "jquery-3.4.1.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "build\/inLoaders\/init.js"
            ]
        },
        {
            "js": [
                "build\/gmLoaders\/content.js"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ]
        },
        {
            "all_frames": false,
            "js": [
                "build\/gmLoaders\/editor.js"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "prospectdaddy.html",
        "build\/inLoaders\/XMLHttpWatcher.js"
    ],
    "icons": {
        "16": "icons\/prospect-daddy-logo.png",
        "48": "icons\/prospect-daddy-logo-1.png",
        "128": "icons\/prospect-daddy-logo-2.png"
    },
    "browser_action": {
        "default_icon": "icons\/prospect-daddy-logo.png",
        "default_title": "ProspectDaddy"
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "MacCtrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        }
    }
}