Emails Finder

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

What is Emails Finder?

Emails Finder is a Chrome extension developed by http://emailsfinder.app, and its main feature is "Emails Finder allows you to find automatically email addresses on a web page.".

Extension Screenshots

screenshot

Download Emails Finder Extension CRX File

Download Emails Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
Official URL https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
Description Emails Finder allows you to find automatically email addresses on a web page.
File Size 2.56 MB
Installation Count 47
Current Version 0.2.15
Last Updated 2020-07-27
Publish Date 2020-07-27
Rating 3.00/5 Total 2 Ratings
Developer http://emailsfinder.app
Email [email protected]
Payment Type free
Extension Website https://emailsfinder.app
Help Page URL https://emailsfinder.app/guide
Privacy Policy Page URL https://www.emailsfinder.app/terms
Supported Languages 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'"
}