Linked Out - Free Lead Generator
Scrape LinkedIn for user`s Email, Twitter handle and Website
Co to jest Linked Out - Free Lead Generator?
Linked Out - Free Lead Generator to rozszerzenie Chrome opracowane przez johnny, a jego główną funkcją jest „Scrape LinkedIn for user`s Email, Twitter handle and Website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Linked Out - Free Lead Generator
Pobierz pliki rozszerzeń Linked Out - Free Lead Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Linked Out - Free Lead Generator |
ID | mjembdcjnmkknecjcjjkpolikkcgbmfk |
Oficjalny URL | https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk |
Opis | Scrape LinkedIn for user`s Email, Twitter handle and Website |
Rozmiar pliku | 513 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2020-07-17 |
Data Publikacji | 2020-06-28 |
Ocena | 3.00/5 Łącznie 3 Oceny |
Deweloper | johnny |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |