lemlist

Easily add new Leads to your lemlist campaigns!

What is lemlist?

lemlist is a Chrome extension developed by https://lemlist.com, and its main feature is "Easily add new Leads to your lemlist campaigns!".

Extension Screenshots

screenshot
screenshot
screenshot

Download lemlist Extension CRX File

Download lemlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name lemlist lemlist
ID khnbclggeggefodgimdekejhipkeobnc
Official URL https://chromewebstore.google.com/detail/lemlist/khnbclggeggefodgimdekejhipkeobnc
Description Easily add new Leads to your lemlist campaigns!
File Size 39.45 KB
Installation Count 20,000
Current Version 3.0.2
Last Updated 2023-10-27
Publish Date 2020-06-08
Rating 4.79/5 Total 14 Ratings
Developer https://lemlist.com
Email [email protected]
Payment Type free
Extension Website https://lemlist.com
Help Page URL https://help.lemlist.com
Supported Languages 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"
}