Emails Finder

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

Was ist Emails Finder?

Emails Finder ist eine Chrome-Erweiterung, die von http://emailsfinder.app entwickelt wurde, und ihr Hauptmerkmal ist "Emails Finder allows you to find automatically email addresses on a web page.".

Erweiterungsscreenshots

screenshot

Emails Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Emails Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
Offizielle URL https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
Beschreibung Emails Finder allows you to find automatically email addresses on a web page.
Dateigröße 2.56 MB
Installationsanzahl 47
Aktuelle Version 0.2.15
Letztes Update 2020-07-27
Veröffentlichungsdatum 2020-07-27
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://emailsfinder.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://emailsfinder.app
Hilfeseite URL https://emailsfinder.app/guide
URL der Datenschutzrichtlinien-Seite https://www.emailsfinder.app/terms
Unterstützte Sprachen 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'"
}