Email Auto Extractor

Extract, automatically all email in a web page

Τι είναι το Email Auto Extractor;

Το Email Auto Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nicolas Grillet, και η κύρια λειτουργία του είναι "Extract, automatically all email in a web page".

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

screenshot
screenshot

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

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

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

                        Auto extract all email adresses in a web page.

You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.                    

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

Όνομα Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
Επίσημο URL https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Περιγραφή Extract, automatically all email in a web page
Μέγεθος Αρχείου 186 KB
Αριθμός Εγκαταστάσεων 996
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2018-06-12
Ημερομηνία Δημοσίευσης 2018-06-12
Αξιολόγηση 3.47/5 Συνολικά 57 Αξιολογήσεις
Προγραμματιστής Nicolas Grillet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_store
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Email Extraction !"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extract, automatically all email in a web page",
    "homepage_url": "http:\/\/www.erreurs404.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "short_name": "Email Extractor",
    "manifest_version": 2,
    "name": "Email Auto Extractor",
    "offline_enabled": true,
    "permissions": [
        "chrome:\/\/favicon\/",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "version": "0.2.0"
}