lemlist

Easily add new Leads to your lemlist campaigns!

lemlist là gì?

lemlist là một tiện ích mở rộng Chrome được phát triển bởi https://lemlist.com, và tính năng chính của nó là "Easily add new Leads to your lemlist campaigns!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng lemlist

Tải xuống các tệp mở rộng lemlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên lemlist lemlist
ID khnbclggeggefodgimdekejhipkeobnc
URL Chính Thức https://chromewebstore.google.com/detail/lemlist/khnbclggeggefodgimdekejhipkeobnc
Mô tả Easily add new Leads to your lemlist campaigns!
Kích Thước Tệp 39.45 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2023-10-27
Ngày Phát Hành 2020-06-08
Đánh Giá 4.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://lemlist.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lemlist.com
URL Trang Trợ Giúp https://help.lemlist.com
Ngôn Ngữ Được Hỗ Trợ 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"
}