lemlist
Easily add new Leads to your lemlist campaigns!
Vad är lemlist?
lemlist är en Chrome-tillägg utvecklad av https://lemlist.com, och dess huvudfunktion är "Easily add new Leads to your lemlist campaigns!".
Tilläggsskärmbilder
Ladda ner lemlist-förlängningens CRX-fil
Ladda ner lemlist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | khnbclggeggefodgimdekejhipkeobnc |
| Officiell webbadress | https://chromewebstore.google.com/detail/lemlist/khnbclggeggefodgimdekejhipkeobnc |
| Beskrivning | Easily add new Leads to your lemlist campaigns! |
| Filstorlek | 39.45 KB |
| Antal Installationer | 20,000 |
| Aktuell Version | 3.0.2 |
| Senast Uppdaterad | 2023-10-27 |
| Publiceringsdatum | 2020-06-08 |
| Betyg | 4.79/5 Totalt 14 Betyg |
| Utvecklare | https://lemlist.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://lemlist.com |
| Hjälpsida URL | https://help.lemlist.com |
| Stödda Språk | 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"
} | |