CRM Integration with LinkedIn for Salesforce

Add New Lead/Contact to Your Salesforce within One Click

CRM Integration with LinkedIn for Salesforceคืออะไร?

CRM Integration with LinkedIn for Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patrickoliver2653 และคุณลักษณะหลักของมันคือ "Add New Lead/Contact to Your Salesforce within One Click"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRM Integration with LinkedIn for Salesforce

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

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

                        🚀 CRM Integration with LinkedIn for Salesforce 🚀

This Chrome extension enables seamless integration between LinkedIn and Salesforce to help you save time and focus on more important tasks.
✓ Unlimited record creation
✓ One-way Salesforce integration
✓ Works with LinkedIn, Sales Navigator and LinkedIn Recruiter
✓ Get started in under 10 seconds, no configuration required
✓ Join over 1,000 Salesforce users today!
This tool seamlessly integrates LinkedIn profile data with Salesforce to instantly create new CRM records.
Connect Salesforce with your browser - This extension allows you to create new Salesforce records. It takes less than 10 seconds to install and works out-of-the-box with standard fields on the Lead and Contact objects.

❮❮ What is CRM Integration with LinkedIn for Salesforce? ❯❯
It is an extension that allows you to seamlessly integrate Salesforce with LinkedIn and web searches - No more cross referencing between Salesforce and LinkedIn or adding that lead twice, after your colleague just closed them...

❮❮ What are the features of CRM Integration with LinkedIn for Salesforce? ❯❯
💥 Integration of LinkedIn, Sales Navigator and LinkedIn Recruiter with Salesforce
💥 View, edit, update/create new Leads, Contacts & Accounts from any website
💥 Highlight text and perform a "Right-Click" search in Salesforce anytime/anywhere in Chrome
💥 Create new accounts with 2-3 clicks

This Chrome Extension offers a simple one-way integration between Salesforce.com and your favourite prospecting tools to complete your sales tech stack.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CRM Integration with LinkedIn for Salesforce CRM Integration with LinkedIn for Salesforce
ID fpieanbcbflkkhljicblgbmndgblndgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crm-integration-with-link/fpieanbcbflkkhljicblgbmndgblndgh
คำอธิบาย Add New Lead/Contact to Your Salesforce within One Click
ขนาดไฟล์ 141 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2023-11-05
วันที่เผยแพร่ 2023-10-26
คะแนน 5.00/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา patrickoliver2653
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://linkedradar.com/
URL หน้าช่วยเหลือ https://linkedradar.com/
URL หน้านโยบายความเป็นส่วนตัว https://linkedradar.com/linkedradar-private-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/iziToast.min.css"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "assets\/logo.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "host_permissions": [
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.my.salesforce.com\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "cookies",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.6",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/loading.gif"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ]
}