Email Miner

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

Cos'è Email Miner?

Email Miner è un'estensione di Chrome sviluppata da https://leadsintoinbox.com, e la sua funzione principale è "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Email Miner

Scarica i file di estensione Email Miner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Email Miner Email Miner
ID lekppmdbjgnhecpkeddomklegpcnadba
URL Ufficiale https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba
Descrizione Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
Dimensione del File 204 KB
Conteggio Installazioni 483
Versione Corrente 1.0.42
Ultimo Aggiornamento 2021-12-20
Data di Pubblicazione 2021-07-27
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore https://leadsintoinbox.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://10x.leadsintoinbox.com/site
URL della Pagina di Aiuto https://m.me/LeadsIntoInbox
URL della Pagina della Politica sulla Privacy https://buy.leadsintoinbox.com/privacy
Lingue Supportate 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"
}