Hublead
HubSpot LinkedIn integration chrome extension
Hubleadคืออะไร?
Hublead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hublead.io และคุณลักษณะหลักของมันคือ "HubSpot LinkedIn integration chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hublead
ดาวน์โหลดไฟล์ส่วนขยาย Hublead ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🚀 Hublead is the best Chrome extension to connect HubSpot and LinkedIn in 1-click. 💼 Import LinkedIn Contacts to HubSpot: Say goodbye to manual data entry. Effortlessly import LinkedIn contacts to HubSpot, ensuring clean, duplicate-free records. 📞 Sync LinkedIn Messages to HubSpot: Click on our buttons to sync any LinkedIn & Sales Navigator conversations such as InMails. 📧 HubSpot Data Enrichment: Find emails & phone numbers on LinkedIn Profiles thanks to our integrations with famous contact enrichment tools and our own email finder. 🔗 Connect HubSpot to LinkedIn: No more tab switching, view and edit HubSpot fields directly on LinkedIn. 🛠️ Simple Setup: - Install our Chrome extension - Connect LinkedIn to HubSpot in one click - Start using our app to import LinkedIn contacts & log LinkedIn messages to HubSpot in 1-click 🆓 Connect HubSpot to LinkedIn for FREE - View HubSpot properties in LinkedIn - Add HubSpot profile url to LinkedIn 👥 Reviews from users: 👩🏾💼 "Best HubSpot LinkedIn Chrome Extension I ever used, reliable and easy to use." - Christopher Phillips, Talina Evercreek 👩🏻💼 "It's easy to import Linkedin contacts to HubSpot and log LinkedIn Messages too." - Aaron Berger, Jaxon Starwell 👨🏻💼 "Awesome Chrome extension that connect LinkedIn Sales Navigator to HubSpot in 1-click." - William Scott, Rozi Korloz 🔒 Data & Privacy Assurance: Hublead treats data like business cards, sourced responsibly. Learn more in our privacy policy https://www.hublead.io/legal/privacy-policy. Keywords that describe Hublead: HubSpot LinkedIn Integration, Import LinkedIn Contacts to HubSpot, HubSpot and LinkedIn connector, Log LinkedIn messages and InMails to HubSpot, HubSpot data enrichment tool.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hublead |
ID | gcecnlnmpidkanpnhpdcgfagpekjaihe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hublead/gcecnlnmpidkanpnhpdcgfagpekjaihe |
คำอธิบาย | HubSpot LinkedIn integration chrome extension |
ขนาดไฟล์ | 757 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 0.13.23 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2023-03-20 |
คะแนน | 5.00/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | https://hublead.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.hublead.io/ |
URL หน้าช่วยเหลือ | https://www.hublead.io/help-center/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.hublead.io/legal/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.a3ca5723.png", "32": "icon32.plasmo.ecd103a5.png", "48": "icon48.plasmo.74688037.png", "64": "icon64.plasmo.40ede470.png", "128": "icon128.plasmo.627c4e8e.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.a3ca5723.png", "32": "icon32.plasmo.ecd103a5.png", "48": "icon48.plasmo.74688037.png", "64": "icon64.plasmo.40ede470.png", "128": "icon128.plasmo.627c4e8e.png" } }, "version": "0.13.23", "author": "Hublead", "name": "Hublead", "description": "HubSpot LinkedIn integration chrome extension", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "cookies", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "contents.5e9e4f62.js" ], "run_at": "document_end", "css": [] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnDOemI20LjCj\/zGkVqoD7TTyOzViE8tWKJ2v7oIeXSpGzCBx9m+UCy5uzDPMjr6ZlVIzEalqBcL+vrGjlDWBw+Gm\/sbmyI\/T6IvhbR0V7fdGb8zni5OHRDAYlRKm7naS76SpTyYC46Q6SAVDWmkLM8FOFT5s1BteNTmsNjt7tkdGwbhiAiiJ94Ct4oyp5W5wdttvrDw0XjspouUKuenuEfv1rsnrHYYOp22f1MR9IWQzapIHwP++H0q3Ck3bgxWVJb00S818g4Gp5IvexZkiDRVnt424\/4jOjBaVkTouwLiZYyVdaphwakXfxCFemMx9UjCBXdd45STeZDlvYk2cywIDAQAB", "host_permissions": [ "https:\/\/*.hubspot.com\/*", "https:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "resources": [ "contents.da50c4d1.css" ] } ] } |