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
Eメール [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\/*"
            ]
        }
    ]
}