Emphfy

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

Emphfy là gì?

Emphfy là một tiện ích mở rộng Chrome được phát triển bởi Emphfy, và tính năng chính của nó là "Very Powerful Extension To Extract E-Mail's,Phone,Linkedin,Facebook,Twitter and Instagram LINKS Automatically From Web Pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emphfy

Tải xuống các tệp mở rộng Emphfy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emphfy Emphfy
ID pdkloiemekpmfdcihgoiglnnipamjdkm
URL Chính Thức https://chromewebstore.google.com/detail/emphfy/pdkloiemekpmfdcihgoiglnnipamjdkm
Mô tả Very Powerful Extension To Extract E-Mail's,Phone,Linkedin,Facebook,Twitter and Instagram LINKS Automatically From Web Pages.
Kích Thước Tệp 432 KB
Số Lần Cài Đặt 710
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-03-16
Ngày Phát Hành 2020-03-15
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Emphfy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.emphfy.com
URL Trang Trợ Giúp http://www.emphfy.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}