Email Extractor

Extracting foreign trade customer's email from web pages.

Qu'est-ce que Email Extractor ?

Email Extractor est une extension Chrome développée par https://apppacket.com, et sa fonction principale est "Extracting foreign trade customer's email from web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot
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

                        Find and locate foreign trade customer email in web pages.
[How to use]
1. When the web page is loaded, click the extension icon to extract all the Emails in the web page.
2. Click the Email displayed in the extension to locate the Email location in the page.
3. Click the Copy button to copy the Email to the clipboard.

[Update Note]
Limit the search scope.                    

Informations de Base sur l'Extension

Nom Email Extractor Email Extractor
ID kngneafioakadneodlbijgfledjjmoja
URL Officiel https://chromewebstore.google.com/detail/email-extractor/kngneafioakadneodlbijgfledjjmoja
Description Extracting foreign trade customer's email from web pages.
Taille du Fichier 241 KB
Nombre d'Installations 426
Version Actuelle 2.1.2
Dernière Mise à Jour 2023-07-02
Date de Publication 2022-02-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://apppacket.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "js\/common\/jquery.min.3.1.1.js",
                "js\/common\/libphone.js",
                "js\/common\/psl.min.js",
                "js\/common\/static.js",
                "js\/common\/util.js",
                "js\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}