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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Free Email And Social Extractor - Growth Hunt

Λήψη αρχείων επέκτασης Free Email And Social Extractor - Growth Hunt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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