UProc for LinkedIn

This extension allows to autocomplete LinkedIn profiles and save to external lists, making your life easier.

Τι είναι το UProc for LinkedIn;

Το UProc for LinkedIn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uproc.io, και η κύρια λειτουργία του είναι "This extension allows to autocomplete LinkedIn profiles and save to external lists, making your life easier.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        1) What pain does this extension fix?
This extension is a time saver. It will help you to boost your outbound process and will extract and complete data for you in a transparent way.


2) What you can do?
- Extract LinkedIn results (Sales Navigator, saved lists, and LinkedIn) and create B2B lists with up to 68 fields per contact (sample at https://bit.ly/379yIjC). Check our tutorial at https://uproc.io/blog/boost-your-sales-with-uproc-for-linkedin
- Autocomplete any profile (Sales, Public, and Recruiter profiles supported) when you access a profile (connected or not with you).


3) What do I have to do to use the extension?
Before using the extension, you have to signup at
https://app.uproc.io/#/signup

Go to https://app.uproc.io/#/settings/integration and use Email and API Key (real) to fill form in Login popup (you can open it, clicking on the UProc "U" extension icon on the Chrome address bar).


4) How do I know if the extension is working?
- Robot popup will appear in a results page if "Show Robot popup" is enabled in settings popup. Extracted profiles will be added automatically to the selected list. You need to define what leads do you accept in your lists (with email, phone, ...) customizing the filters at https://app.uproc.io/#/settings/profile > Lists.
- Autocomplete popup will appear when visiting a profile if "Show Autocomplete popup" is enabled in settings popup.


5) How does it work?
- The Robot mode gets basic information from search results (full name, position, company, location, and profile) to discover complementary data to be appended to B2B lists.
- The Autocomplete mode uses profile data to add extra fields on a new window on your right. Every autocompleted profile is saved to uProc 'default' list.


6) What kind of filters are available?
You can customize the filters at https://app.uproc.io/#/settings/profile > Lists
By default, you add all leads to a list, but you can limit them if the lead has:
- Business email.
- Business phone.
- Personal email.
- Personal phone.

Additionally, you can enrich any lead by adding:
- Website visits.
- Personal email.
- Personal phone.

Finally, you can verify any email added to a list to ensure that email exists.


7) Forwarding new contacts
All added leads to lists can be forwarded to platforms like n8n, Zapier, Integromat, AppyPie, or custom endpoints by webhook. 


8) How much does it cost every added lead?
By default, 1000 contacts cost 25€. Every time a new lead is added to a list, this cost is charged to your balance. You can add more balance to your account at https://app.uproc.io/#/purchase/packs.


Any questions? Feel free to contact us at https://uproc.io using our chat.

Check out our privacy policy at https://uproc.io/#/privacy                    

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

Όνομα UProc for LinkedIn UProc for LinkedIn
ID odfhegllgcagejmjbanonlofmllejfea
Επίσημο URL https://chromewebstore.google.com/detail/uproc-for-linkedin/odfhegllgcagejmjbanonlofmllejfea
Περιγραφή This extension allows to autocomplete LinkedIn profiles and save to external lists, making your life easier.
Μέγεθος Αρχείου 1.02 MB
Αριθμός Εγκαταστάσεων 704
Τρέχουσα Έκδοση 1.0.60
Τελευταία Ενημέρωση 2023-05-11
Ημερομηνία Δημοσίευσης 2020-03-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://uproc.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://uproc.io?utm_source=chrome_extension&utm_medium=webstore&utm_campaign=google_apps&utm_content=website
Διεύθυνση URL της Σελίδας Βοήθειας https://uproc.io/uproc_for_linkedin?utm_source=chrome_extension&utm_medium=webstore&utm_campaign=google_apps&utm_content=faq
URL της Σελίδας Πολιτικής Απορρήτου https://uproc.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/favicon_48.png",
        "default_popup": "templates\/settings.html",
        "default_title": "UProc for LinkedIn"
    },
    "icons": {
        "16": "img\/favicon_16.png",
        "48": "img\/favicon_48.png",
        "128": "img\/favicon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/sales\/*",
                "*:\/\/*.linkedin.com\/recruiter\/profile\/*",
                "*:\/\/*.linkedin.com\/search\/results\/people\/*",
                "*:\/\/*.linkedin.com\/search\/results\/all\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "templates\/container.html",
        "css\/container.css",
        "json\/linkedin_keys.json"
    ],
    "description": "This extension allows to autocomplete LinkedIn profiles and save to external lists, making your life easier.",
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.mxpnl.com https:\/\/*.googletagmanager.com https:\/\/*.facebook.net https:\/\/*.googletagmanager.com https:\/\/*.googleadservices.com; object-src 'self'",
    "manifest_version": 2,
    "name": "UProc for LinkedIn",
    "short_name": "uproc4li",
    "offline_enabled": false,
    "permissions": [
        "*:\/\/*.uproc.io\/*",
        "*:\/\/*.linkedin.com\/in\/*",
        "*:\/\/*.linkedin.com\/recruiter\/profile\/*",
        "*:\/\/*.linkedin.com\/sales\/*",
        "*:\/\/*.linkedin.com\/search\/results\/people\/*",
        "*:\/\/*.linkedin.com\/search\/results\/all\/*",
        "webNavigation",
        "storage"
    ],
    "version": "1.0.60"
}