Emails Finder

Emails Finder allows you to find automatically email addresses on a web page.

Apa itu Emails Finder?

Emails Finder adalah ekstensi Chrome yang dikembangkan oleh http://emailsfinder.app, dan fitur utamanya adalah "Emails Finder allows you to find automatically email addresses on a web page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Emails Finder

Unduh file ekstensi Emails Finder 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

                        Find email addresses from Linkedin profiles, Wordpress blogs or any websites.
This is an easy to use and super powerful email extractor for Google Chrome.


✓ Find any email, event obfuscated ones with formats like elon.musk (at) tesla.com !

✓ Automate email scraping with our Automation feature, allowing you to find email addresses from a list of URLs

✓ Export email addresses to Excel and text format                    

Informasi Dasar Ekstensi

Nama Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
URL Resmi https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
Deskripsi Emails Finder allows you to find automatically email addresses on a web page.
Ukuran File 2.56 MB
Jumlah Instalasi 47
Versi Saat Ini 0.2.15
Terakhir Diperbarui 2020-07-27
Tanggal Publikasi 2020-07-27
Penilaian 3.00/5 Total 2 Penilaian
Pengembang http://emailsfinder.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://emailsfinder.app
URL Halaman Bantuan https://emailsfinder.app/guide
URL Halaman Kebijakan Privasi https://www.emailsfinder.app/terms
Bahasa yang Didukung en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "downloads",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.15",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}