Linked Out - Free Lead Generator
Scrape LinkedIn for user`s Email, Twitter handle and Website
What is Linked Out - Free Lead Generator?
Linked Out - Free Lead Generator is a Chrome extension developed by johnny, and its main feature is "Scrape LinkedIn for user`s Email, Twitter handle and Website".
Extension Screenshots
Download Linked Out - Free Lead Generator Extension CRX File
Download Linked Out - Free Lead Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Linked Out - Free Lead Generator |
ID | mjembdcjnmkknecjcjjkpolikkcgbmfk |
Official URL | https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk |
Description | Scrape LinkedIn for user`s Email, Twitter handle and Website |
File Size | 513 KB |
Installation Count | 17 |
Current Version | 1.0.5 |
Last Updated | 2020-07-17 |
Publish Date | 2020-06-28 |
Rating | 3.00/5 Total 3 Ratings |
Developer | johnny |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |