Mine Emails

Mine Emails will instantly get a list of leads directly from Social Media Pages.

Mine Emails क्या है?

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

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

screenshot
screenshot

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

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

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

                        Mine Emails will instantly get a list of leads directly from Google and Social Media Pages and download them for your future use.

Mine Emails is an 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. Mine Emails searches the depths of the internet to find the highest number of matches for your search keywords.                    

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

नाम Mine Emails Mine Emails
ID kiphecilofmcmfaknjadjecobbmgjbef
आधिकारिक URL https://chromewebstore.google.com/detail/mine-emails/kiphecilofmcmfaknjadjecobbmgjbef
विवरण Mine Emails will instantly get a list of leads directly from Social Media Pages.
फ़ाइल का आकार 142 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.00.03
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2022-12-23
डेवलपर https://mineemails.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://tier5.us/chrome_extension
समर्थित भाषाएँ en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mine Emails",
    "description": "Mine Emails will instantly get a list of leads directly from Social Media Pages.",
    "default_locale": "en",
    "version": "1.00.03",
    "icons": {
        "16": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259613-small_icon.png",
        "48": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259682-medium_icon.png",
        "128": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259716-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "Mine Emails",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/"
    ],
    "short_name": "ME"
}