Linkport: LinkedIn Prospecting for Salesforce

Import LinkedIn contacts to Salesforce in a click

Linkport: LinkedIn Prospecting for Salesforceคืออะไร?

Linkport: LinkedIn Prospecting for Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://klenty.com และคุณลักษณะหลักของมันคือ "Import LinkedIn contacts to Salesforce in a click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkport: LinkedIn Prospecting for Salesforce

ดาวน์โหลดไฟล์ส่วนขยาย Linkport: LinkedIn Prospecting for Salesforce ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ✔ What is Linkport? 

Linkport is a free extension by Klenty that enables effortless LinkedIn prospecting with its seamless Salesforce 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 Salesforce 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 Salesforce enables - 

• Automatic Duplicate Detection - While importing prospects from LinkedIn, LinkPort can automatically detect contacts that already exist in Salesforce 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 Salesforce 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 Salesforce.

• Integrate
Activate LinkPort by integrating it with Klenty and Salesforce. 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 Salesforce 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 Salesforce Linkport: LinkedIn Prospecting for Salesforce
ID llehhobabdoabnjeehpcmnbekgpfcjia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkport-linkedin-prospec/llehhobabdoabnjeehpcmnbekgpfcjia
คำอธิบาย Import LinkedIn contacts to Salesforce in a click
ขนาดไฟล์ 510 KB
จำนวนการติดตั้ง 316
เวอร์ชันปัจจุบัน 1.0.53
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2021-03-04
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://klenty.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://linkport.klenty.com/salesforce
URL หน้าช่วยเหลือ http://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 Salesforce",
    "description": "Import LinkedIn contacts to Salesforce in a click",
    "version": "1.0.53",
    "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"
        }
    ]
}