Extract Emails

Extract Emails - Extract emails from any website automatically

Extract Emailsคืออะไร?

Extract Emails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reveniux และคุณลักษณะหลักของมันคือ "Extract Emails - Extract emails from any website automatically"

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

screenshot
screenshot
screenshot

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

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

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

                        Extract emails from any website without any clicks

Just active the extension and start visiting the websites that you want to get emails / leads from them

Features:
* Extract emails from visited pages
* Auto Email search
* Export to Excel emails as XLSX format with proper data types

It's Completely FREE there is no LIMIT, what are you waiting for? try it NOW                    

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

ชื่อ Extract Emails Extract Emails
ID kpkikpldnjgpchckjmmanbplhhmodlbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extract-emails/kpkikpldnjgpchckjmmanbplhhmodlbf
คำอธิบาย Extract Emails - Extract emails from any website automatically
ขนาดไฟล์ 740 KB
จำนวนการติดตั้ง 1,715
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-07-26
วันที่เผยแพร่ 2022-06-11
คะแนน 4.97/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Reveniux
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://reveniux.com/privacy
ภาษาที่รองรับ 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",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kpkikpldnjgpchckjmmanbplhhmodlbf",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "next.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.3",
    "manifest_version": 3
}