LeadMine Prospector

LeadMine Prospector is the simplest and easiest way to find anyone's emails from anywhere on the web.

Τι είναι το LeadMine Prospector;

Το LeadMine Prospector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.leadmine.net, και η κύρια λειτουργία του είναι "LeadMine Prospector is the simplest and easiest way to find anyone's emails from anywhere on the web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LeadMine Prospector

Λήψη αρχείων επέκτασης LeadMine Prospector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        LeadMine Prospector helps you to find targeted leads and their email addresses from any corporate websites or Google search results. Just 1 click and sit back as our software does all the dirty work of gathering the contact details for you.

Prospecting is the boring and hardest part of sales. LeadMine Prospector allows you to easily extract the lead and contact data like Name, Email, Company, Social Media Accounts etc. Increase your lead gen efficiency!


Try LeadMine today, get 10 free verified emails, and learn why every 10 seconds, a Sales Development Rep is capturing a lead using LeadMine.

For questions or support contact [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LeadMine Prospector LeadMine Prospector
ID cjfcggkodegcngbhenjoppjagififcpk
Επίσημο URL https://chromewebstore.google.com/detail/leadmine-prospector/cjfcggkodegcngbhenjoppjagififcpk
Περιγραφή LeadMine Prospector is the simplest and easiest way to find anyone's emails from anywhere on the web.
Μέγεθος Αρχείου 804 KB
Αριθμός Εγκαταστάσεων 1,075
Τρέχουσα Έκδοση 1.6.2
Τελευταία Ενημέρωση 2020-12-26
Ημερομηνία Δημοσίευσης 2020-02-02
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.leadmine.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.leadmine.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.leadmine.net/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://www.leadmine.net/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeadMine Prospector",
    "short_name": "LeadMine",
    "version": "1.6.2",
    "manifest_version": 2,
    "description": "LeadMine Prospector is the simplest and easiest way to find anyone's emails from anywhere on the web.",
    "homepage_url": "https:\/\/www.leadmine.net\/",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "shared\/config\/config.js",
            "shared\/account\/account.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options\/index.html",
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_title": "LeadMine",
        "default_popup": "browser-action\/browser-action.html"
    },
    "web_accessible_resources": [
        "options\/index.html",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/FontAwesome.otf",
        "img\/logo.png",
        "img\/icon16.png",
        "img\/icon32.png",
        "img\/logo16_white.png",
        "img\/logo32_white.png",
        "img\/nopic.png",
        "img\/ajax_loader.gif"
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.leadmine.net\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.min.js",
                "shared\/config\/config.js",
                "shared\/account\/account.js",
                "shared\/utils\/utils.js",
                "shared\/account\/authentication.js",
                "shared\/account\/install-button.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.in\/*",
                "http:\/\/www.google.com\/*",
                "http:\/\/www.google.co.in\/*"
            ],
            "css": [
                "lib\/styles\/bootstrap.min.css",
                "lib\/styles\/font-awesome.min.css",
                "content-script\/styles\/common.css",
                "content-script\/styles\/google\/search.css"
            ],
            "js": [
                "lib\/jquery\/jquery.min.js",
                "lib\/jquery\/jquery-ui.min.js",
                "lib\/jquery\/jquery-highlight.js",
                "shared\/config\/config.js",
                "shared\/account\/account.js",
                "shared\/utils\/utils.js",
                "content-script\/google\/search.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/profile\/view*",
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/pub\/*",
                "*:\/\/*.linkedin.com\/feed\/*",
                "*:\/\/*.linkedin.com\/search\/*",
                "*:\/\/*.linkedin.com\/sales\/profile\/*",
                "*:\/\/*.linkedin.com\/recruiter\/profile\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.min.js",
                "lib\/jquery\/jquery-ui.min.js",
                "lib\/jquery\/jquery-waituntilexists.js",
                "shared\/config\/config.js",
                "shared\/account\/account.js",
                "shared\/utils\/utils.js",
                "content-script\/linkedin\/linkedin-profile.js"
            ],
            "css": [
                "lib\/styles\/font-awesome.min.css",
                "content-script\/styles\/common.css",
                "content-script\/styles\/linkedin\/linkedin-profile.css",
                "content-script\/styles\/linkedin\/linkedin-search.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/vsearch\/*",
                "*:\/\/*.linkedin.com\/search\/*",
                "*:\/\/*.linkedin.com\/search\/results\/*",
                "*:\/\/*.linkedin.com\/sales\/search*",
                "*:\/\/*.linkedin.com\/sales\/accounts*",
                "*:\/\/*.linkedin.com\/cap\/peopleSearch\/*",
                "*:\/\/*.linkedin.com\/recruiter\/search*"
            ],
            "js": [
                "lib\/jquery\/jquery.min.js",
                "lib\/jquery\/jquery-ui.min.js",
                "lib\/jquery\/jquery-waituntilexists.js",
                "shared\/config\/config.js",
                "shared\/account\/account.js",
                "shared\/utils\/utils.js",
                "content-script\/linkedin\/linkedin-search.js"
            ],
            "css": [
                "lib\/styles\/font-awesome.min.css",
                "content-script\/styles\/common.css",
                "content-script\/styles\/linkedin\/linkedin-search.css"
            ]
        }
    ]
}