My Leads Box

Reveal contact emails and phone numbers directly from LinkedIn. You automate your email campaigns or integrate with your CRM.

Τι είναι το My Leads Box;

Το My Leads Box είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον My Leads Box, και η κύρια λειτουργία του είναι "Reveal contact emails and phone numbers directly from LinkedIn. You automate your email campaigns or integrate with your CRM.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My Leads Box

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

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

                        MyLeadsBox is tool where you can reveal email address of contacts directly from LinkedIn even they are not in your 1st level connection network. Also, MyLeadsBox has our own Database where you can search for leads using 100+ search filters/data points.

MOST ACCURATE:
MyLeadsBox is the most accurate email finder, and it’s easy to use. MyLeadsBox will return emails, social links for at-least 85% of your prospects. All emails are validated, to ensure that they do not bounce. Emails are generated at real time to ensure maximum accuracy.

MOST COMPLETE
The social and contact information on MyLeadsBox is 2x more complete and up to date, than any of our competitors. Our knowledge graph (database) contains over 200+ million profiles, across 59+ million companies, worldwide. 

Website: https://myleadsbox.com/

QUESTIONS?
Email [email protected]                    

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

Όνομα My Leads Box My Leads Box
ID dpbhcmkmgkcnifdjempfpbbjfiomifch
Επίσημο URL https://chromewebstore.google.com/detail/my-leads-box/dpbhcmkmgkcnifdjempfpbbjfiomifch
Περιγραφή Reveal contact emails and phone numbers directly from LinkedIn. You automate your email campaigns or integrate with your CRM.
Μέγεθος Αρχείου 1.67 MB
Αριθμός Εγκαταστάσεων 105
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2021-10-27
Ημερομηνία Δημοσίευσης 2020-09-21
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής My Leads Box
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://myleadsbox.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://myleadsbox.com/contact-us.html
URL της Σελίδας Πολιτικής Απορρήτου https://myleadsbox.com/privacypolicy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Leads Box",
    "version": "1.7",
    "description": "Reveal contact emails and phone numbers directly from LinkedIn. You automate your email campaigns or integrate with your CRM.",
    "manifest_version": 2,
    "icons": {
        "128": "favicons\/mlb-fav-128.png",
        "48": "favicons\/mlb-fav-48.png",
        "16": "favicons\/mlb-fav-16.png"
    },
    "browser_action": {
        "default_icon": "favicons\/mlb-fav-16.png",
        "default_popup": "index.html",
        "default_title": "My Leads Box"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin-content.min.js",
                "font-awesome-all.min.js"
            ],
            "css": [
                "cssInjection.min.css",
                "font-awesome-all.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "linkedin-content.min.js",
        "cssInjection.min.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.linkedin.com\/*"
        ]
    }
}