Email Finder

An Email Finder Extension which helps you get CEO Email quicker

Email Finderคืออะไร?

Email Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomas และคุณลักษณะหลักของมันคือ "An Email Finder Extension which helps you get CEO Email quicker"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Email Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can identify emails based off of a website using this extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
คำอธิบาย An Email Finder Extension which helps you get CEO Email quicker
ขนาดไฟล์ 50.64 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.11
อัปเดตครั้งล่าสุด 2020-04-20
วันที่เผยแพร่ 2020-04-17
ผู้พัฒนา thomas
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "version": "1.11",
    "description": "An Email Finder Extension which helps you get CEO Email quicker",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.js",
                "js\/script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.4.1\/js\/bootstrap.bundle.min.js; object-src 'self' ",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}