Email Extract Pro

Automatically Extract email from visited pages - collect leads without effort

Email Extract Proคืออะไร?

Email Extract Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aluo และคุณลักษณะหลักของมันคือ "Automatically Extract email from visited pages - collect leads without effort"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Automatically Extract email from visited pages. It can easy download the  email list to excel file.

Email extract pro is a Google Chrome extension that automatically extracts all email addresses contained in the pages visited during web searches, making it easy to collect potential customer leads. Users can set the extension to automatically paginate and extract email addresses during searches on Google, Bing, and other search engines, as well as pause extraction. With this tool, users can quickly and efficiently obtain crucial business information.

In addition, Email extract pro can export extracted email addresses as an Excel file, making it easy for users to organize, filter, analyze, and utilize the data.

fix 20231031
1、change login type.                    

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

ชื่อ Email Extract Pro Email Extract Pro
ID eebaoaeanohonldcbkpnjfkdlcbcaond
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-extract-pro/eebaoaeanohonldcbkpnjfkdlcbcaond
คำอธิบาย Automatically Extract email from visited pages - collect leads without effort
ขนาดไฟล์ 222 KB
จำนวนการติดตั้ง 348
เวอร์ชันปัจจุบัน 4.1.0
อัปเดตครั้งล่าสุด 2023-11-01
วันที่เผยแพร่ 2022-07-11
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา aluo
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://email-extract.chatgpt2notion.com
URL หน้านโยบายความเป็นส่วนตัว https://chatgptsave.notion.site/ChatGPT-to-Notion-Privacy-Policy-bb99838afdd84392b84611470d1a1812
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "4.1.0",
    "author": "aluojack",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inline.a687aa6f.js"
            ],
            "run_at": "document_idle",
            "css": [
                "inline.9d74517a.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}