Email Finder – PIPILEADS

Find Verified email IDs of any Profile

Email Finder – PIPILEADS क्या है?

Email Finder – PIPILEADS https://pipileads.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Verified email IDs of any Profile"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        PIPILEADS – Email Finder tool finds any profile’s Verified Email Addresses Instantly.

The tool finds both B2B and B2C emails on the fly.

It has become an indispensable tool for the following professionals 

Sales 
Marketing
Business development
Recruiters / Talent Acquisition (HR)
Business owners/entrepreneurs/founders
Executives / Top Management.

The Key Differentiator of our Tool is to provide only verified email IDs and  No generated or guessed email addresses.

Free version

Users can try this version without providing their credit card details. We provide 50 free credits every month for registered Users. In this version, there are no restrictions to use the features.

NO CREDIT / DEBIT CARDS are required for a trial.

Paid version

We have 4 Flexible Paid Plans available (Bronze, Silver, Gold, and Platinum). Users can choose any plan as per their requirements.

24/7 support

We provide online chat support 24X7. Resources and site FAQs are updated regularly with all the new features that are available with us. We are present on social media and communicate with users to update them regularly about this Chrome extension tool.

Payment methods

We accept all credit and debit cards to use Pipileads.


Cancelation / Un-subscription.

Users can cancel or unsubscribe from Pipileads at any time. We do not have a lock-in period.                    

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

नाम Email Finder – PIPILEADS Email Finder – PIPILEADS
ID djcaeemfjldjebbpmcehpigaidchngof
आधिकारिक URL https://chromewebstore.google.com/detail/email-finder-%E2%80%93-pipileads/djcaeemfjldjebbpmcehpigaidchngof
विवरण Find Verified email IDs of any Profile
फ़ाइल का आकार 338 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.1.52
अंतिम अपडेट 2023-06-08
प्रकाशन तिथि 2022-08-21
रेटिंग 4.51/5 कुल 45 रेटिंग्स
डेवलपर https://pipileads.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pipileads.com
सहायता पृष्ठ URL https://pipileads.com/resource/
गोपनीयता नीति पृष्ठ URL https://pipileads.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Finder \u2013 PIPILEADS",
    "version": "1.1.52",
    "short_name": "Pipileads",
    "description": "Find Verified email IDs of any Profile",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApgmHOK2Hxoz+CC0jRMTmWuoK9t2StaNFkU+kJFbky5P\/joGvn1M9HZX+HTzZGTrqe8OG1C4VXxIY34pKlVIO2PIRSL4H09085gJRH5k6zu+NTfaqYFbHx+vcfVsfKRg8wTFFA13s2dXJU7hMN8fasdlTiJbNmaJn+3v1+3NVzh0v6qsgj9NL8sU1Ml56zna\/2kfzcsMEqu7q28SlqTMt777Ei88xTBfygEK9ARba1SpfqllrAe88l0q5kR6P1dwUl3d0foaL4XGzfW8jtuxXsMNKcAvTHOrMGzJcTa8UAZH4lg0DLMWKK90wekLN9IfSMay1Lg+2l6Q258EMrn9ktwIDAQAB",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.pipileads.com\/*",
        "*:\/\/pipileads.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/linkedin.com\/*"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "js": [
                "jquery.3.2.1.min.js",
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pipileads.com\/*",
                "*:\/\/pipileads.com\/*"
            ],
            "js": [
                "pipiScript.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/pipileads_logo16.png",
            "32": "images\/pipileads_logo32.png",
            "48": "images\/pipileads_logo48.png",
            "128": "images\/pipileads_logo128.png"
        }
    },
    "icons": {
        "16": "images\/pipileads_logo16.png",
        "32": "images\/pipileads_logo32.png",
        "48": "images\/pipileads_logo48.png",
        "128": "images\/pipileads_logo128.png"
    },
    "manifest_version": 3
}