Free Email And Social Extractor - Growth Hunt

Best FREE way to automatically detect and extract emails and social profiles from websites you visit.

Free Email And Social Extractor - Growth Hunt क्या है?

Free Email And Social Extractor - Growth Hunt https://growthhunt.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best FREE way to automatically detect and extract emails and social profiles from websites you visit."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A completely FREE and feature rich email and social media extractor.

Simply navigate through websites and Growth Hunt will automatically extract all emails and social handles for you. Once finished with searching, you will be able to download them as a CSV in one batch and import them in Excel, Google Sheets or any automation system.

Features:
   - Extract emails and social handles (LinkedIn, Twitter, Instagram, Facebook)
   - Save detected contacts in one place
   - Works on all types of pages (incl. Ajax & SPA)
   - Show current page results
   - Export contacts as a CSV
   - Blacklist contacts and prevent detecting them in the future
   - Automatic removal of duplicates
   - Keep data over multiple sessions
   - Select which contacts to ignore for export
   - Quick enable/disable extension button
   - Offline support
   - Choose which contact types to detec (eg. only email and Twitter)
   - Very fast and lightweight

No tracking, no advertisement, no spam, no b******.

Use your newly found emails at your discretion! :)                    

एक्सटेंशन की मूल जानकारी

नाम Free Email And Social Extractor - Growth Hunt Free Email And Social Extractor - Growth Hunt
ID ciladpeminmmpbedkmchpkalflkpmfap
आधिकारिक URL https://chromewebstore.google.com/detail/free-email-and-social-ext/ciladpeminmmpbedkmchpkalflkpmfap
विवरण Best FREE way to automatically detect and extract emails and social profiles from websites you visit.
फ़ाइल का आकार 3.21 MB
स्थापना संख्या 1,825
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2020-08-14
प्रकाशन तिथि 2020-07-02
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर https://growthhunt.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.growthhunt.io
सहायता पृष्ठ URL https://www.growthhunt.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Free Email And Social Extractor - Growth Hunt",
    "homepage_url": "https:\/\/www.growthhunt.io",
    "description": "Best FREE way to automatically detect and extract emails and social profiles from websites you visit.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "icons\/color\/16.png",
        "48": "icons\/color\/48.png",
        "128": "icons\/color\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js-dist\/jquery-3.5.1.min.js",
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Free Email And Social Extractor - GrowthHunt",
        "default_icon": {
            "19": "icons\/color\/19.png",
            "38": "icons\/color\/38.png"
        }
    },
    "version": "0.3.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}