Linked Out - Free Lead Generator
Scrape LinkedIn for user`s Email, Twitter handle and Website
O que é Linked Out - Free Lead Generator?
Linked Out - Free Lead Generator é uma extensão do Chrome desenvolvida por johnny, e sua principal característica é "Scrape LinkedIn for user`s Email, Twitter handle and Website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Linked Out - Free Lead Generator
Baixe arquivos de extensão Linked Out - Free Lead Generator 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
This extension lets you collect users Information from the search results in LinkedIn. You can get Email, Twitter handle and website links from thousands of users in minutes.
Informações Básicas da Extensão
Nome | Linked Out - Free Lead Generator |
ID | mjembdcjnmkknecjcjjkpolikkcgbmfk |
URL Oficial | https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk |
Descrição | Scrape LinkedIn for user`s Email, Twitter handle and Website |
Tamanho do Arquivo | 513 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0.5 |
Última Atualização | 2020-07-17 |
Data de Publicação | 2020-06-28 |
Classificação | 3.00/5 Total de 3 Avaliações |
Desenvolvedor | johnny |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linked Out - Free Lead Generator", "description": "Scrape LinkedIn for user`s Email, Twitter handle and Website", "manifest_version": 2, "version": "1.0.5", "icons": { "128": "icons\/icon_new.png" }, "background": { "scripts": [ "lib\/jquery.min.js", "background\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon_new.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "lib\/jquery.min.js", "lib\/xlsx.min.js", "lib\/filesaver.min.js", "lib\/cookie.js", "content\/content.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_end" } ] } |