EmailSherlock

Free Email Search on EmailSherlock.com

EmailSherlockคืออะไร?

EmailSherlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emailsherlock.com และคุณลักษณะหลักของมันคือ "Free Email Search on EmailSherlock.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EmailSherlock

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}