Emphfy

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

Emphfy क्या है?

Emphfy Emphfy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Very Powerful Extension To Extract E-Mail's,Phone,Linkedin,Facebook,Twitter and Instagram LINKS Automatically From Web Pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Emphfy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}