Email Scraper

Automatically Scrape Emails and Download them in Excel File

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

Το Email Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hassan Raza, και η κύρια λειτουργία του είναι "Automatically Scrape Emails and Download them in Excel File".

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

screenshot

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

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

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

                        Scrape Unlimited Emails Automatically and Download them in Excel File.

Enjoy Scraping!                    

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

Όνομα Email Scraper Email Scraper
ID pfickflbfbmpobjaglfcfjcebifakiln
Επίσημο URL https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln
Περιγραφή Automatically Scrape Emails and Download them in Excel File
Μέγεθος Αρχείου 15.09 KB
Αριθμός Εγκαταστάσεων 214
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-08-20
Ημερομηνία Δημοσίευσης 2020-08-20
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Hassan Raza
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Scraper",
    "version": "1.0",
    "description": "Automatically Scrape Emails and Download them in Excel File",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/email16.png",
            "32": "images\/email32.png",
            "48": "images\/email48.png",
            "128": "images\/email128.png"
        }
    },
    "icons": {
        "16": "images\/email16.png",
        "32": "images\/email32.png",
        "48": "images\/email48.png",
        "128": "images\/email128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}