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
官方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"
}