Email Auto Extractor

Extract, automatically all email in a web page

Apa itu Email Auto Extractor?

Email Auto Extractor adalah ekstensi Chrome yang dikembangkan oleh Nicolas Grillet, dan fitur utamanya adalah "Extract, automatically all email in a web page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Email Auto Extractor

Unduh file ekstensi Email Auto Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
URL Resmi https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
Deskripsi Extract, automatically all email in a web page
Ukuran File 186 KB
Jumlah Instalasi 996
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2018-06-12
Tanggal Publikasi 2018-06-12
Penilaian 3.47/5 Total 57 Penilaian
Pengembang Nicolas Grillet
Email [email protected]
Tipe Pembayaran in_store
Bahasa yang Didukung 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"
}