lemlist
Easily add new Leads to your lemlist campaigns!
lemlistคืออะไร?
lemlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lemlist.com และคุณลักษณะหลักของมันคือ "Easily add new Leads to your lemlist campaigns!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lemlist
ดาวน์โหลดไฟล์ส่วนขยาย lemlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
lemlist extensions allows you to: - Add the content of a LinkedIn profile into a single lead in your campaign - Add the result of a LinkedIn search into leads in your campagin - Simply enhance the lead information with icebreaker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | lemlist |
ID | khnbclggeggefodgimdekejhipkeobnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lemlist/khnbclggeggefodgimdekejhipkeobnc |
คำอธิบาย | Easily add new Leads to your lemlist campaigns! |
ขนาดไฟล์ | 39.45 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 3.0.2 |
อัปเดตครั้งล่าสุด | 2023-10-27 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 4.79/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://lemlist.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://lemlist.com |
URL หน้าช่วยเหลือ | https://help.lemlist.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.0.2", "name": "lemlist", "description": "Easily add new Leads to your lemlist campaigns!", "homepage_url": "https:\/\/lemlist.com", "icons": { "16": "icons\/icon_v4_16.png", "48": "icons\/icon_v4_48.png", "128": "icons\/icon_v4_128.png" }, "background": { "service_worker": "src\/bg\/background.js" }, "web_accessible_resources": [ { "resources": [ "src\/browser_action\/browser_action.html" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_icon": "icons\/icon_v4_128.png", "default_title": "lemlist", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "tabs", "cookies", "storage" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/localhost\/*", "*:\/\/*.lemlist.com\/*", "*:\/\/*.lempire.com\/*" ], "default_locale": "en" } |