Email Extractor

Extracting foreign trade customer's email from web pages.

Cos'è Email Extractor?

Email Extractor è un'estensione di Chrome sviluppata da https://apppacket.com, e la sua funzione principale è "Extracting foreign trade customer's email from web pages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Email Extractor

Scarica i file di estensione Email Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Email Extractor Email Extractor
ID kngneafioakadneodlbijgfledjjmoja
URL Ufficiale https://chromewebstore.google.com/detail/email-extractor/kngneafioakadneodlbijgfledjjmoja
Descrizione Extracting foreign trade customer's email from web pages.
Dimensione del File 241 KB
Conteggio Installazioni 426
Versione Corrente 2.1.2
Ultimo Aggiornamento 2023-07-02
Data di Pubblicazione 2022-02-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://apppacket.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}