Emails Finder

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

Qu'est-ce que Emails Finder ?

Emails Finder est une extension Chrome développée par http://emailsfinder.app, et sa fonction principale est "Emails Finder allows you to find automatically email addresses on a web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Emails Finder

Téléchargez les fichiers d'extension Emails Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
URL Officiel https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
Description Emails Finder allows you to find automatically email addresses on a web page.
Taille du Fichier 2.56 MB
Nombre d'Installations 47
Version Actuelle 0.2.15
Dernière Mise à Jour 2020-07-27
Date de Publication 2020-07-27
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://emailsfinder.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://emailsfinder.app
URL de la Page d'Aide https://emailsfinder.app/guide
URL de la Page de Politique de Confidentialité https://www.emailsfinder.app/terms
Langues Prises en Charge 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'"
}