LeadBoost - Linkedin Automation Software
Automation Software for LinkedIn lead generation, social selling and job recruiting
O que é LeadBoost - Linkedin Automation Software?
LeadBoost - Linkedin Automation Software é uma extensão do Chrome desenvolvida por LinkBoost, e sua principal característica é "Automation Software for LinkedIn lead generation, social selling and job recruiting".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LeadBoost - Linkedin Automation Software
Baixe arquivos de extensão LeadBoost - Linkedin Automation Software no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | LeadBoost - Linkedin Automation Software |
ID | ieckbocolleajebljgmdgeogjckennck |
URL Oficial | https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck |
Descrição | Automation Software for LinkedIn lead generation, social selling and job recruiting |
Tamanho do Arquivo | 42.83 KB |
Contagem de Instalações | 214 |
Versão Atual | 1.3 |
Última Atualização | 2022-10-27 |
Data de Publicação | 2021-02-15 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | LinkBoost |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://leadboost.me |
URL da Página de Ajuda | https://leadboost.me |
URL da Página de Política de Privacidade | https://linkboost.co/privacy |
Idiomas Suportados | 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\/*" ] } |