Email Extractor

Extracting foreign trade customer's email from web pages.

Email Extractor क्या है?

Email Extractor https://apppacket.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracting foreign trade customer's email from web pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Email Extractor Email Extractor
ID kngneafioakadneodlbijgfledjjmoja
आधिकारिक URL https://chromewebstore.google.com/detail/email-extractor/kngneafioakadneodlbijgfledjjmoja
विवरण Extracting foreign trade customer's email from web pages.
फ़ाइल का आकार 241 KB
स्थापना संख्या 426
वर्तमान संस्करण 2.1.2
अंतिम अपडेट 2023-07-02
प्रकाशन तिथि 2022-02-23
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://apppacket.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}