Email Extractor

Extracting foreign trade customer's email from web pages.

Was ist Email Extractor?

Email Extractor ist eine Chrome-Erweiterung, die von https://apppacket.com entwickelt wurde, und ihr Hauptmerkmal ist "Extracting foreign trade customer's email from web pages.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Email Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Email Extractor-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 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.                    

Grundlegende Informationen zur Erweiterung

Name Email Extractor Email Extractor
ID kngneafioakadneodlbijgfledjjmoja
Offizielle URL https://chromewebstore.google.com/detail/email-extractor/kngneafioakadneodlbijgfledjjmoja
Beschreibung Extracting foreign trade customer's email from web pages.
Dateigröße 241 KB
Installationsanzahl 426
Aktuelle Version 2.1.2
Letztes Update 2023-07-02
Veröffentlichungsdatum 2022-02-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://apppacket.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}