EmailSherlock

Free Email Search on EmailSherlock.com

Qu'est-ce que EmailSherlock ?

EmailSherlock est une extension Chrome développée par https://emailsherlock.com, et sa fonction principale est "Free Email Search on EmailSherlock.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EmailSherlock

Téléchargez les fichiers d'extension EmailSherlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom EmailSherlock EmailSherlock
ID ekphofjeajabnibnikfndpdhabojmpnm
URL Officiel https://chromewebstore.google.com/detail/emailsherlock/ekphofjeajabnibnikfndpdhabojmpnm
Description Free Email Search on EmailSherlock.com
Taille du Fichier 61.04 KB
Nombre d'Installations 126
Version Actuelle 0.2.1
Dernière Mise à Jour 2023-08-08
Date de Publication 2023-07-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://emailsherlock.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.emailsherlock.com/chrome-extension
URL de la Page d'Aide https://www.emailsherlock.com/contact-us
URL de la Page de Politique de Confidentialité https://www.emailsherlock.com/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}