Email Finder

Discover email addresses: enter a domain name and find all email IDs in seconds.

Email Finder क्या है?

Email Finder Unified Address Book द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover email addresses: enter a domain name and find all email IDs in seconds."।

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

screenshot

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

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

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

                        Email Finder is a Chrome Extension to discover business email addresses for any Domain Name or any Company.

The tool is very quick and easy to use.

How it works:
Step 1: You provide a domain name (example: @hunter.io)
Step 2: Email Finder searches for email IDs from this domain
Step 3: you copy/paste the discovered email IDs or you download all discovered email addresses in CSV / TXT

This Chrome Extension is an alternative to expensive tools like hunter.io, emailhunter, clearbit, anymailfinder, FindAnyEmail, FTL, leadIQ or ContactOut.                    

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

नाम Email Finder Email Finder
ID dbmjjcmdhfjbgkgigdndfnfddminlpgb
आधिकारिक URL https://chromewebstore.google.com/detail/email-finder/dbmjjcmdhfjbgkgigdndfnfddminlpgb
विवरण Discover email addresses: enter a domain name and find all email IDs in seconds.
फ़ाइल का आकार 756 KB
स्थापना संख्या 41,253
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2021-03-04
प्रकाशन तिथि 2020-06-04
रेटिंग 4.34/5 कुल 62 रेटिंग्स
डेवलपर Unified Address Book
ईमेल [email protected]
भुगतान के प्रकार in_app
सहायता पृष्ठ URL https://docs.google.com/document/d/1sE5Bh2ZXIWyzkR6k8EKkBLbs2WZwgLkb2-wfK3iIl7I
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1sE5Bh2ZXIWyzkR6k8EKkBLbs2WZwgLkb2-wfK3iIl7I
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "short_name": "Email Finder",
    "description": "Discover email addresses: enter a domain name and find all email IDs in seconds.",
    "version": "0.1.9",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "cookies",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/utils.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true,
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/mux.js",
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.png",
        "images\/*.svg",
        "css\/*.css"
    ]
}