EZLead

Sync LinkedIn with your CRM and save hours on lead management 🚀

EZLeadคืออะไร?

EZLead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ezlead.co และคุณลักษณะหลักของมันคือ "Sync LinkedIn with your CRM and save hours on lead management 🚀"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZLead

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

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

                        Imagine the world with full LinkedIn lead management automation.

How great it will be to have automatic connection requests, send custom messages to hundreds of leads and have always up to date lead data in CRM. All in one click.

No more jumping back and forth between LinkedIn and CRM - that is what we are striving for at EZLead.

Right now we have few features, but more coming soon:
1) Button that appears on profile pages and allow you to add lead & company info to CRM in one click (just install and use, no additional steps needed)
2) Automatically sync all LinkedIn chat messages with CRM

We support Hubspot and Pipedrive and more CRMs coming soon!

Access our Privacy Policy here:
https://bit.ly/ezlead_terms                    

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

ชื่อ EZLead EZLead
ID pcambcbbejngpalfbdnlkgeaickjankc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ezlead/pcambcbbejngpalfbdnlkgeaickjankc
คำอธิบาย Sync LinkedIn with your CRM and save hours on lead management 🚀
ขนาดไฟล์ 403 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2021-06-03
วันที่เผยแพร่ 2021-02-20
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://ezlead.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ezlead.co/
URL หน้าช่วยเหลือ https://ezlead.co/
URL หน้านโยบายความเป็นส่วนตัว https://bit.ly/ezlead_terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EZLead",
    "description": "Sync LinkedIn with your CRM and save hours on lead management \ud83d\ude80",
    "version": "1.1.3",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/*\/*",
        "content_scripts\/*.js"
    ],
    "icons": {
        "16": "assets\/icons\/app_16x16.png",
        "48": "assets\/icons\/app_48x48.png",
        "128": "assets\/icons\/app_128x128.png"
    },
    "permissions": [
        "unlimitedStorage",
        "webRequest",
        "cookies",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self';connect-src *; img-src * 'self' data:; media-src *; style-src *;"
}