Email Miner

Email Miner will instantly get a list of leads directly from Google and Social Media Pages.

Email Miner क्या है?

Email Miner https://leadsintoinbox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email Miner will instantly get a list of leads directly from Google and Social Media Pages."।

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

screenshot

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

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

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

                        Email Miner is a Google Chrome extension that automates the process of capturing leads and contact info through Google's powerful search engine to find a list of segmented potential customers.

Get the name, email and social media link of leads with accuracy up to 92% of search criteria.

Capture thousands of leads per minute by searching different social media networks or websites that contain public emails.

Find as many leads as your business needs, There's no limit. Email Miner searches the depths of the internet to find the highest number of matches for your search keywords.                    

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

नाम Email Miner Email Miner
ID lekppmdbjgnhecpkeddomklegpcnadba
आधिकारिक URL https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba
विवरण Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
फ़ाइल का आकार 204 KB
स्थापना संख्या 483
वर्तमान संस्करण 1.0.42
अंतिम अपडेट 2021-12-20
प्रकाशन तिथि 2021-07-27
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर https://leadsintoinbox.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://10x.leadsintoinbox.com/site
सहायता पृष्ठ URL https://m.me/LeadsIntoInbox
गोपनीयता नीति पृष्ठ URL https://buy.leadsintoinbox.com/privacy
समर्थित भाषाएँ en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Miner",
    "description": "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.",
    "default_locale": "en",
    "version": "1.0.42",
    "icons": {
        "16": "images\/1626985110243-smallLogo.png",
        "48": "images\/1626985110294-mediumLogo.png",
        "128": "images\/1626985110336-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "Email Miner",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "background",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/"
    ],
    "short_name": "EM"
}