lemlist
Easily add new Leads to your lemlist campaigns!
Cos'è lemlist?
lemlist è un'estensione di Chrome sviluppata da https://lemlist.com, e la sua funzione principale è "Easily add new Leads to your lemlist campaigns!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione lemlist
Scarica i file di estensione lemlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | lemlist |
ID | khnbclggeggefodgimdekejhipkeobnc |
URL Ufficiale | https://chromewebstore.google.com/detail/lemlist/khnbclggeggefodgimdekejhipkeobnc |
Descrizione | Easily add new Leads to your lemlist campaigns! |
Dimensione del File | 39.45 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 3.0.2 |
Ultimo Aggiornamento | 2023-10-27 |
Data di Pubblicazione | 2020-06-08 |
Valutazione | 4.79/5 Totale 14 Valutazioni |
Sviluppatore | https://lemlist.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://lemlist.com |
URL della Pagina di Aiuto | https://help.lemlist.com |
Lingue Supportate | 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" } |