EmailSherlock

Free Email Search on EmailSherlock.com

什么是EmailSherlock?

EmailSherlock是由https://emailsherlock.com开发的Chrome扩展程序,该扩展的主要功能是“Free Email Search on EmailSherlock.com”。

扩展截图

screenshot

下载EmailSherlock扩展crx文件

下载EmailSherlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 EmailSherlock EmailSherlock
ID ekphofjeajabnibnikfndpdhabojmpnm
官方URL https://chromewebstore.google.com/detail/emailsherlock/ekphofjeajabnibnikfndpdhabojmpnm
简介 Free Email Search on EmailSherlock.com
文件大小 61.04 KB
安装次数 126
当前版本 0.2.1
更新时间 2023-08-08
上架时间 2023-07-24
评分 5.00/5 共1次评分
开发者 https://emailsherlock.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.emailsherlock.com/chrome-extension
帮助页面URL https://www.emailsherlock.com/contact-us
隐私政策页面URL https://www.emailsherlock.com/privacy
支持的语言 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\/*"
            ]
        }
    ]
}