LeadRocks for LinkedIn: Profiles Scanner

LeadRocks for Chrome is a tool to find emails, phone numbers, and to export LinkedIn profiles data

Τι είναι το LeadRocks for LinkedIn: Profiles Scanner;

Το LeadRocks for LinkedIn: Profiles Scanner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον marie.ermolenko, και η κύρια λειτουργία του είναι "LeadRocks for Chrome is a tool to find emails, phone numbers, and to export LinkedIn profiles data".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LeadRocks for LinkedIn: Profiles Scanner

Λήψη αρχείων επέκτασης LeadRocks for LinkedIn: Profiles Scanner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Automate your LinkedIn surfing and save up to 80% of your time for more meaningful tasks (and coffee). It is absolutely free, so you don't have to spend your money on expensive email finders. 

LeadRocks will make your prospecting much easier, as it will help you to:

- find all contact details of LinkedIn users just by visiting their profiles with extension running;
- export your search results in one click and easily upload them to any other cold outreach tool or a CRM. 

While LeadRocks does all the manual work for you, you can make appointments, write custom messages and overall spend your time much more effectively. 


Features:

With LeadRocks you can:
- See and copy business email(s) and phone number(s) on a user's profile page.
- Export search results to a CSV file. In a file you get: LinkedIn URLs, First and Last names, Job titles, Locations, Company names, Contact details. A CSV file can be uploaded to any outreach software, CRM, or to a simple spreadsheet for further processing. 
- A few more tools to simplify your prospecting life will go live soon:)


7 reasons to choose LeadRocks for your LinkedIn surfing:

1. It is safe. It does not perform any actions or automations that are not allowed by LinkedIn, so there is no risk of being banned. 
2. It is fully compliant with the personal data protection protocols. 
3. It is easy to use and very intuitive.
4. It is supported 24/7. If you need any assistance you can always use an online chat or Facebook to ask for help. 
5. It is reliable. The tool is created by the team with 10+ years experience in creating digital products, cold outreach and prospecting. 
6. It is beautiful. Let's admit: the design looks great and pink is a new black.
7. It is free. The only thing you need is to have a LeadRocks account. It can be created for free in one minute using just your email. 


We wish you easy and productive prospecting! We'll be happy to have your feedback and reviews.

Best,
LeadRocks Team                    

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

Όνομα LeadRocks for LinkedIn: Profiles Scanner LeadRocks for LinkedIn: Profiles Scanner
ID clhmnbpdboilpogpmojknkopklkfggpa
Επίσημο URL https://chromewebstore.google.com/detail/leadrocks-for-linkedin-pr/clhmnbpdboilpogpmojknkopklkfggpa
Περιγραφή LeadRocks for Chrome is a tool to find emails, phone numbers, and to export LinkedIn profiles data
Μέγεθος Αρχείου 86.79 KB
Αριθμός Εγκαταστάσεων 4,054
Τρέχουσα Έκδοση 0.4.8
Τελευταία Ενημέρωση 2023-12-20
Ημερομηνία Δημοσίευσης 2022-05-21
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής marie.ermolenko
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://leadrocks.io/
URL της Σελίδας Πολιτικής Απορρήτου https://leadrocks.io/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeadRocks for LinkedIn: Profiles Scanner",
    "description": "LeadRocks for Chrome is a tool to find emails, phone numbers, and to export LinkedIn profiles data",
    "version": "0.4.8",
    "author": "Leadrocks Team",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_title": "LeadRocks for Chrome: Linkedin Profiles Scanner",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "linkedin.js"
            ],
            "css": [
                "widget.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "leadrocks.js"
            ],
            "matches": [
                "https:\/\/leadrocks.io\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/leadrocks.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "components\/*",
                "images\/*",
                "icons\/*",
                "pages\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}