Linked Out - Free Lead Generator
Scrape LinkedIn for user`s Email, Twitter handle and Website
Co je Linked Out - Free Lead Generator?
Linked Out - Free Lead Generator je rozšíření Chrome vyvinuté johnny, a jeho hlavní funkcí je „Scrape LinkedIn for user`s Email, Twitter handle and Website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Linked Out - Free Lead Generator
Stáhněte si soubory rozšíření Linked Out - Free Lead Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Linked Out - Free Lead Generator |
ID | mjembdcjnmkknecjcjjkpolikkcgbmfk |
Oficiální URL | https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk |
Popis | Scrape LinkedIn for user`s Email, Twitter handle and Website |
Velikost souboru | 513 KB |
Počet instalací | 17 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2020-07-17 |
Datum Vydání | 2020-06-28 |
Hodnocení | 3.00/5 Celkem 3 Hodnocení |
Vývojář | johnny |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |