Linkport: LinkedIn Prospecting for Pipedrive

Import LinkedIn contacts to Pipedrive in a click

Linkport: LinkedIn Prospecting for Pipedrive क्या है?

Linkport: LinkedIn Prospecting for Pipedrive https://klenty.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import LinkedIn contacts to Pipedrive in a click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Linkport: LinkedIn Prospecting for Pipedrive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✔ What is Linkport? 

Linkport is a free extension by Klenty that enables effortless LinkedIn prospecting with its seamless Pipedrive integration. With Linkport, you are enabled to import, enrich and reach out to unlimited prospects in a single click. 

Linkport has a seamless native integration with Klenty and 4 CRMs - Pipedrive, Zoho, Hubspot and Salesforce. 

✔ What are the features of the tool? 

With Linkport, 

• Eliminate manual copy-pasting of LinkedIn URLs and constant tab-switching. 
• Effortlessly enrich email, phone and technographic data of prospects on the spot in a single click.
• Import LinkedIn URLs and enriched data to Klenty and Pipedrive in a single click. 
• Add prospects to any cadence in Klenty’s Sales Engagement Platform to strategically engage with them. 

✔ What are the CRM Integration features? 

Linkport’s seamless integration with Pipedrive enables - 

• Automatic Duplicate Detection - While importing prospects from LinkedIn, LinkPort can automatically detect contacts that already exist in Pipedrive and Klenty and does not allow you to create a duplicate record.
• Field Mapping - While importing prospects from LinkedIn, Linkport accurately updates the right fields with the right information. Additionally, you can also map these to custom fields in your CRM. 
• Compatible with Sales Navigator - You can connect LinkPort with your LinkedIn Sales Navigator and LinkedIn account and import contact data into Pipedrive in seconds.

✔ What are the advantages of using Linkport? 

Linkport enables you to 

• Amplify partial datasets 
• Save admin work time 
• Build high-quality lists 
• Strategically engage with your prospects

✔ Who can use Linkport? 

Linkport is the ideal tool for anyone who uses LinkedIn for prospecting. For example - A Sales development representative can use this tool to find prospects and quality lists. 

✔ How does it work? 

• Install
Download the LinkPort extension for Pipedrive.

• Integrate
Activate LinkPort by integrating it with Klenty and Pipedrive. Map contact information from LinkedIn in seconds.

• Enrich 
Enrich email, phone, technographic, and job title information on the spot directly from LinkedIn profiles in a single click. 

• Import
Import unlimited contacts with 1-click. Automatically update Pipedrive and Klenty with all the accurate data. 

• Outreach 
Choose to automatically add prospects to any cadence in Klenty, from within Klenty itself. 

For more information,
Website: https://linkport.klenty.com/
Contact: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Linkport: LinkedIn Prospecting for Pipedrive Linkport: LinkedIn Prospecting for Pipedrive
ID maoenlnboanbdmpgcacceedplnpgildn
आधिकारिक URL https://chromewebstore.google.com/detail/linkport-linkedin-prospec/maoenlnboanbdmpgcacceedplnpgildn
विवरण Import LinkedIn contacts to Pipedrive in a click
फ़ाइल का आकार 503 KB
स्थापना संख्या 4,475
वर्तमान संस्करण 1.0.60
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2020-10-30
रेटिंग 3.90/5 कुल 10 रेटिंग्स
डेवलपर https://klenty.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://linkport.klenty.com/pipedrive
सहायता पृष्ठ URL https://linkport.klenty.com
गोपनीयता नीति पृष्ठ URL https://linkport.klenty.com/privacyPolicy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkport: LinkedIn Prospecting for Pipedrive",
    "description": "Import LinkedIn contacts to Pipedrive in a click",
    "version": "1.0.60",
    "manifest_version": 3,
    "options_page": "\/views\/options_page.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'"
    },
    "icons": {
        "48": "icons\/logo.png",
        "128": "icons\/logo.png",
        "16": "icons\/logo.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/pipelink2.s3.amazonaws.com\/*",
        "https:\/\/app.klenty.com\/*"
    ],
    "action": [],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/pipelink-2.herokuapp.com\/*",
            "https:\/\/app.klenty.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/contentscriptCommon.js",
                "js\/contenscript.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_end"
        }
    ]
}