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
官方網址 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\/*"
            ]
        }
    ]
}