Email Extractor

Extracting foreign trade customer's email from web pages.

Wat is Email Extractor?

Email Extractor is een Chrome-extensie ontwikkeld door https://apppacket.com, en de belangrijkste functie is "Extracting foreign trade customer's email from web pages.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Email Extractor

Download Email Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Email Extractor Email Extractor
ID kngneafioakadneodlbijgfledjjmoja
Officiële URL https://chromewebstore.google.com/detail/email-extractor/kngneafioakadneodlbijgfledjjmoja
Beschrijving Extracting foreign trade customer's email from web pages.
Bestandsgrootte 241 KB
Aantal Installaties 426
Huidige Versie 2.1.2
Laatst Bijgewerkt 2023-07-02
Publicatiedatum 2022-02-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://apppacket.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}