Email Scraper

Best tool for extract any website emails

Τι είναι το Email Scraper;

Το Email Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://email-scraper.com, και η κύρια λειτουργία του είναι "Best tool for extract any website emails".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Email Scraper

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

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

                        Best Email Extractor
Give yourself the luxury of extracting emails without doing anything.
## Intro

Email Scraper is a powerful email extracting extension. It allows you to export email data from any website to a file in csv format.

## Traits
Export from any website emails
Export the selected emails
Delete the selected emails
Delete duplicate emails
Save emails to local storage
Auto search emails on Google - Yahoo - Bing

# It's free?

Yes, Email Scraper is free. You can get basic functionality and upgrade to get more functionality.

# Data confidentiality
All email data is processed in your local computer, it never goes through our web server, no one knows what you have discarded.

Questions? Write to us at the email address: [email protected] or directly on our site from this link https://email.scraper.com/contact

privacy policy
https://email-scraper.com/security-policy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Email Scraper Email Scraper
ID ocpenochjbainpeihdgnocgjicfeajhg
Επίσημο URL https://chrome.google.com/webstore/detail/email-scraper/ocpenochjbainpeihdgnocgjicfeajhg
Περιγραφή Best tool for extract any website emails
Μέγεθος Αρχείου 337 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-05-02
Ημερομηνία Δημοσίευσης 2021-05-02
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://email-scraper.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://email-scraper.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://email-scraper.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://email-scraper.com/security-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Scraper",
    "version": "1.0.0",
    "description": "Best tool for extract any website emails",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/logo.png",
            "24": "img\/logo.png",
            "32": "img\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'"
}