Extract Emails

Extract Emails - Extract emails from any website automatically

Extract Emails क्या है?

Extract Emails Reveniux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract Emails - Extract emails from any website automatically"।

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

screenshot
screenshot
screenshot

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

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

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

                        Extract emails from any website without any clicks

Just active the extension and start visiting the websites that you want to get emails / leads from them

Features:
* Extract emails from visited pages
* Auto Email search
* Export to Excel emails as XLSX format with proper data types

It's Completely FREE there is no LIMIT, what are you waiting for? try it NOW                    

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

नाम Extract Emails Extract Emails
ID kpkikpldnjgpchckjmmanbplhhmodlbf
आधिकारिक URL https://chromewebstore.google.com/detail/extract-emails/kpkikpldnjgpchckjmmanbplhhmodlbf
विवरण Extract Emails - Extract emails from any website automatically
फ़ाइल का आकार 740 KB
स्थापना संख्या 1,715
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-07-26
प्रकाशन तिथि 2022-06-11
रेटिंग 4.97/5 कुल 38 रेटिंग्स
डेवलपर Reveniux
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://reveniux.com/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kpkikpldnjgpchckjmmanbplhhmodlbf",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "next.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.3",
    "manifest_version": 3
}