lemlist
Easily add new Leads to your lemlist campaigns!
lemlistとは何ですか?
lemlistはhttps://lemlist.comによって開発されたChromeの拡張機能で、その主な機能は「Easily add new Leads to your lemlist campaigns!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |