Email Extractor

Extract email addresses from web pages you visit

Qu'est-ce que Email Extractor ?

Email Extractor est une extension Chrome développée par braingainsoft - https://sourcingcertification.com/, et sa fonction principale est "Extract email addresses from web pages you visit".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Email Extractor

Téléchargez les fichiers d'extension Email Extractor 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

                        Email Extractor finds and copies to clipboard valid email addresses from web pages a user visits.

To use:

Right-click on the extension icon to open an options window. You can select an execution mode and the resulting list options.

Execution Mode:

* In the "once" mode (default), when a user clicks the extension icon, the Extractor collects all emails from the active tab and copies them to the clipboard.

* In the 'background' mode, when a user clicks the extension icon, the Extractor starts collecting emails from web sites a user visits. When a user clicks the extension icon again, all collected emails are copied to the clipboard, and the collection process stops.

In both modes, all duplicate emails are collapsed into one.

Hovering over the extension icon shows a tooltip with a current mode. 
An indicator shows a number of emails collected: in black while the Extractor is collecting data, red when the collection is done.                    

Informations de Base sur l'Extension

Nom Email Extractor Email Extractor
ID naidmjmjlgpkbebchjabfjgcgjkgojbi
URL Officiel https://chromewebstore.google.com/detail/email-extractor/naidmjmjlgpkbebchjabfjgcgjkgojbi
Description Extract email addresses from web pages you visit
Taille du Fichier 11.41 KB
Nombre d'Installations 10,010
Version Actuelle 2.3
Dernière Mise à Jour 2023-01-24
Date de Publication 2020-06-11
Évaluation 3.83/5 Total 12 Évaluations
Développeur braingainsoft - https://sourcingcertification.com/
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1p026IkS94dLBVDpdivwF2hWPZUMEEAq7fk7DzJjbMok/edit?usp=sharing
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Extractor",
    "description": "Extract email addresses from web pages you visit",
    "version": "2.3",
    "action": {
        "default_icon": "yellowenvelope.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "clipboardWrite",
        "scripting",
        "storage",
        "webNavigation"
    ]
}