EmailSherlock

Free Email Search on EmailSherlock.com

Wat is EmailSherlock?

EmailSherlock is een Chrome-extensie ontwikkeld door https://emailsherlock.com, en de belangrijkste functie is "Free Email Search on EmailSherlock.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EmailSherlock

Download EmailSherlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EmailSherlock EmailSherlock
ID ekphofjeajabnibnikfndpdhabojmpnm
Officiële URL https://chromewebstore.google.com/detail/emailsherlock/ekphofjeajabnibnikfndpdhabojmpnm
Beschrijving Free Email Search on EmailSherlock.com
Bestandsgrootte 61.04 KB
Aantal Installaties 126
Huidige Versie 0.2.1
Laatst Bijgewerkt 2023-08-08
Publicatiedatum 2023-07-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://emailsherlock.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.emailsherlock.com/chrome-extension
Help Pagina-URL https://www.emailsherlock.com/contact-us
URL van de Privacybeleid Pagina https://www.emailsherlock.com/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}