Emails Finder

Emails Finder allows you to find automatically email addresses on a web page.

Emails Finderคืออะไร?

Emails Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://emailsfinder.app และคุณลักษณะหลักของมันคือ "Emails Finder allows you to find automatically email addresses on a web page."

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

screenshot

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

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

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

                        Find email addresses from Linkedin profiles, Wordpress blogs or any websites.
This is an easy to use and super powerful email extractor for Google Chrome.


✓ Find any email, event obfuscated ones with formats like elon.musk (at) tesla.com !

✓ Automate email scraping with our Automation feature, allowing you to find email addresses from a list of URLs

✓ Export email addresses to Excel and text format                    

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

ชื่อ Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
คำอธิบาย Emails Finder allows you to find automatically email addresses on a web page.
ขนาดไฟล์ 2.56 MB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.2.15
อัปเดตครั้งล่าสุด 2020-07-27
วันที่เผยแพร่ 2020-07-27
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://emailsfinder.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emailsfinder.app
URL หน้าช่วยเหลือ https://emailsfinder.app/guide
URL หน้านโยบายความเป็นส่วนตัว https://www.emailsfinder.app/terms
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "downloads",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.15",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}