EmailSherlock

Free Email Search on EmailSherlock.com

What is EmailSherlock?

EmailSherlock is a Chrome extension developed by https://emailsherlock.com, and its main feature is "Free Email Search on EmailSherlock.com".

Extension Screenshots

screenshot

Download EmailSherlock Extension CRX File

Download EmailSherlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Emailsherlock Chrome Extension is a free tool to verify email addresses directly in your browser. It checks the email syntax, looks for typos and checks if the email address really exists. Verify while browsing the web and copy-paste email addresses from any website.                    

Extension Basic Information

Name EmailSherlock EmailSherlock
ID ekphofjeajabnibnikfndpdhabojmpnm
Official URL https://chromewebstore.google.com/detail/emailsherlock/ekphofjeajabnibnikfndpdhabojmpnm
Description Free Email Search on EmailSherlock.com
File Size 61.04 KB
Installation Count 126
Current Version 0.2.1
Last Updated 2023-08-08
Publish Date 2023-07-24
Rating 5.00/5 Total 1 Ratings
Developer https://emailsherlock.com
Email [email protected]
Payment Type free
Extension Website https://www.emailsherlock.com/chrome-extension
Help Page URL https://www.emailsherlock.com/contact-us
Privacy Policy Page URL https://www.emailsherlock.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmailSherlock",
    "version": "0.2.1",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "description": "Free Email Search on EmailSherlock.com",
    "homepage_url": "https:\/\/www.emailsherlock.com\/",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16x16.png",
            "48": "icons\/icon-48x48.png",
            "128": "icons\/icon-128x128.png"
        },
        "default_title": "Lookup found emails"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/top_left.png",
                "imgs\/top_right.png",
                "imgs\/bottom_left.png",
                "imgs\/bottom_right.png"
            ],
            "matches": [
                "https:\/\/www.emailsherlock.com\/*"
            ]
        }
    ]
}