Email Hunter

Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.

Email Hunter क्या है?

Email Hunter Alexander द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites."।

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

screenshot

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

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

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

                        Email Extractor is a time proven email grabber tool which helps collection emails. 
Email Hunter easily extracts email addresses from pages as you visit them and auto saves them all.
This chrome app finds email addresses scraping and searching source code and no matter what you see on the front.
The functions:
 - extract emails from visited pages
 - auto search
 - export collected emails to text file and copy to clipboard

Privacy Policy: https://docs.google.com/document/d/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA                    

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

नाम Email Hunter Email Hunter
ID mbindhfolmpijhodmgkloeeppmkhpmhc
आधिकारिक URL https://chromewebstore.google.com/detail/email-hunter/mbindhfolmpijhodmgkloeeppmkhpmhc
विवरण Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.
फ़ाइल का आकार 182 KB
स्थापना संख्या 175,125
वर्तमान संस्करण 1.9
अंतिम अपडेट 2023-10-25
प्रकाशन तिथि 2020-05-13
रेटिंग 4.95/5 कुल 1702 रेटिंग्स
डेवलपर Alexander
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA/edit?usp=sharing
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}