Emphfy

Very Powerful Extension To Extract E-Mail's,Phone,Linkedin,Facebook,Twitter and Instagram LINKS Automatically From Web Pages.

Emphfyคืออะไร?

Emphfy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emphfy และคุณลักษณะหลักของมันคือ "Very Powerful Extension To Extract E-Mail's,Phone,Linkedin,Facebook,Twitter and Instagram LINKS Automatically From Web Pages."

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

screenshot
screenshot
screenshot

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

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

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

                        Collecting emails,phones and social links, it’s not hard & time consuming any more and this time it is free for you. Collect more mails and get more leads with Emphfy!

Emphfy is a Powerful Automated Data Extraction Tool for Chrome and Firefox. It use very unique and powerful algorithms to extract emails,phone Facebook links,Instagram links,twitter links and linked in links from web pages. All data filter through those algorithms.

Emphfy go through with every web page it visits and extract data from those web pages. It also save data to csv and copytoclipboard.

User can export current data at any time.

Emphfy has very unique Auto Crawl feature, it can crawl current page and export data when crawling process is finished. So you can go to any website you desire to crawl and just press ‘Start’ within several seconds it will dump your data.

Note: There is a limitation on Crawl Current Domain feature, it only 1 pages deep.

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

 new version updated with new advanced algorithms.
Happy dumping :)                    

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

ชื่อ Emphfy Emphfy
ID pdkloiemekpmfdcihgoiglnnipamjdkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emphfy/pdkloiemekpmfdcihgoiglnnipamjdkm
คำอธิบาย Very Powerful Extension To Extract E-Mail's,Phone,Linkedin,Facebook,Twitter and Instagram LINKS Automatically From Web Pages.
ขนาดไฟล์ 432 KB
จำนวนการติดตั้ง 710
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-03-16
วันที่เผยแพร่ 2020-03-15
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Emphfy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.emphfy.com
URL หน้าช่วยเหลือ http://www.emphfy.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emphfy",
    "description": "Very Powerful Extension To Extract E-Mail's,Phone,Linkedin,Facebook,Twitter and Instagram LINKS Automatically From Web Pages.",
    "version": "1.1",
    "author": "Aniruddhsinh Chavda",
    "icons": {
        "48": "icon38.png"
    },
    "browser_action": {
        "default_title": "Emphfy",
        "default_icon": {
            "19": "icon19.png",
            "20": "icon20.png",
            "38": "icon38.png"
        },
        "default_popup": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}