scrape

A useful utility to find all emails on a given website

Τι είναι το scrape;

Το scrape είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scrape.email, και η κύρια λειτουργία του είναι "A useful utility to find all emails on a given website".

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

screenshot
screenshot
screenshot

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

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

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

                        Find the emails your looking for fast and easy.

Your time matters and something as simple as finding someone to contact for a company shouldn't be hard! SCRAPE will save you time and money finding a point of contact. SCRAPE is more affordable than other expensive credit based solutions at only $5/mo for unlimited usage.

SCRAPE will help you:
Get time back in your day for the important things.
Save money because SCRAPE is $5/mo for unlimited usage.
Find a contact that cares and avoid landing in a generic contact email inboxes with hundreds of other people waiting for replies.

You can rely on SCRAPE because:
We offer a 7-day free trial so you can give it a try risk-free.
We crawl the entire internet looking for our emails. We have collected more than 1.2 billion emails.
We promise best in class results. If an email exists for the company, SCRAPE has it!

CHANGELOG:
v1.0.7: SCRAPE can now grab emails from sites protected by Cloudflare Email Address Obfuscation.
v1.0.8 We indexed 1.2 billion emails. You should expect to see MUCH more results returned on most every website! Check out jordanpiepkow.com for more information!
v1.1.0 We change SCRAPE to be completely free for the time being. Enjoy!                    

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

Όνομα scrape scrape
ID hffobopnjnagddkmcebaoamdfkijphhj
Επίσημο URL https://chromewebstore.google.com/detail/scrape/hffobopnjnagddkmcebaoamdfkijphhj
Περιγραφή A useful utility to find all emails on a given website
Μέγεθος Αρχείου 1.54 MB
Αριθμός Εγκαταστάσεων 913
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2021-02-10
Ημερομηνία Δημοσίευσης 2020-03-20
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://scrape.email
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scrape.email
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmNRm76yb92x0QbPQh1x9k\/La9BdXsUBOkYqCYqXV0hwvpwsut4IgLaD1FAH078JNL+7jnHKsjpg1FzyJbNXOxs+qUbtewh1bLMXJHQxZycWSdkTOEBoPN0Rqhhef\/lsWK0gRdCfzMYzXh4WzHQeyrQBRIGnTqIdSnauXF9AS1TrrmVucqMK7j1orN9C5cX13KQDpw5MWG7OaEJ1ur+Bi9UV0mPtvAFIFh3zHphWZkomdl4K7BvnckqPvn19dpu5oBy04SuHB81ni10xclF3kx1wklHPv5YREiVDVYDjHCX5rpyBmzoOUs\/oFh1VIcud7WphhRKk7nIvK8e8VEdUHgwIDAQAB",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "66170002120-n004igi7acl9uldc8s57oke2r6f0pd80.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "scrape",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}