LeadBoost - Linkedin Automation Software
Automation Software for LinkedIn lead generation, social selling and job recruiting
Cos'è LeadBoost - Linkedin Automation Software?
LeadBoost - Linkedin Automation Software è un'estensione di Chrome sviluppata da LinkBoost, e la sua funzione principale è "Automation Software for LinkedIn lead generation, social selling and job recruiting".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LeadBoost - Linkedin Automation Software
Scarica i file di estensione LeadBoost - Linkedin Automation Software 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
LeadBoost is a Chrome-based extension that allows you to fully automate your LinkedIn prospecting tasks, while staying under the daily limits fixed by LinkedIn. We are safe and easy to use, all you need to do is select your action, launch the extension, and watch your business grow!
Informazioni di Base sull'Estensione
Nome | LeadBoost - Linkedin Automation Software |
ID | ieckbocolleajebljgmdgeogjckennck |
URL Ufficiale | https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck |
Descrizione | Automation Software for LinkedIn lead generation, social selling and job recruiting |
Dimensione del File | 42.83 KB |
Conteggio Installazioni | 214 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2022-10-27 |
Data di Pubblicazione | 2021-02-15 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | LinkBoost |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://leadboost.me |
URL della Pagina di Aiuto | https://leadboost.me |
URL della Pagina della Politica sulla Privacy | https://linkboost.co/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeadBoost - Linkedin Automation Software", "version": "1.3", "default_locale": "en", "description": "Automation Software for LinkedIn lead generation, social selling and job recruiting", "icons": { "128": "icons\/icon128.png" }, "short_name": "LeadBoost", "homepage_url": "https:\/\/leadboost.me", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "src\/jquery-3.5.1.min.js", "src\/linkedinScrape.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "LeadBoost", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "cookies", "*:\/\/*.linkedin.com\/*" ] } |