lemlist

Easily add new Leads to your lemlist campaigns!

什麼是lemlist?

lemlist是由https://lemlist.com開發的Chrome擴展程式,該擴展的主要功能是“Easily add new Leads to your lemlist campaigns!”。

擴展截圖

screenshot
screenshot
screenshot

下載lemlist擴展crx文件

下載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 lemlist
ID khnbclggeggefodgimdekejhipkeobnc
官方網址 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"
}