Email Extractor

Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves them to use anytime.

Email Extractorคืออะไร?

Email Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maildump.co และคุณลักษณะหลักของมันคือ "Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves them to use anytime."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Collecting email ids, it’s not complicated & time-consuming anymore and this time it is free for you. Collect more email ids and get more leads with MailDump!

MailDump is a Powerful Automated Emails Extraction Tool for Chrome and Firefox. It uses very unique and powerful algorithms to extract email addresses from web pages. All email ids are filtered through those algorithms.

MailDump goes through every web source it visits and extracts email addresses from those web pages. It also saves email addresses to the user’s account.

The user can export current email ids as well as saved email addresses at any time. 

Have a Question or Suggestion?
Please feel free to Reach out if you have any questions, we are 100% responsive and reply instantly.

Happy dumping : )                    

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

ชื่อ Email Extractor Email Extractor
ID npahnkjblgdfffkgogokpmeplpdoccib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-extractor/npahnkjblgdfffkgogokpmeplpdoccib
คำอธิบาย Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves them to use anytime.
ขนาดไฟล์ 73.91 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2022-09-05
วันที่เผยแพร่ 2019-08-27
คะแนน 3.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://maildump.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://maildump.co/addons/email-extractor
URL หน้าช่วยเหลือ https://maildump.co/support
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1KK94NwUiXVjt5NcnDMtNpTzENF3rVYi9eZZmDcxnguI/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Extractor",
    "short_name": "Email Extractor",
    "description": "Automated Email Extraction Tool which extracts email addresses from web pages and AutoSaves\u00a0them to use anytime.",
    "version": "2.4",
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/maildump.co\/*",
        "",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Email Extractor",
        "default_popup": "popup.html"
    }
}