Linked Out - Free Lead Generator
Scrape LinkedIn for user`s Email, Twitter handle and Website
Linked Out - Free Lead Generatorとは何ですか?
Linked Out - Free Lead Generatorはjohnnyによって開発されたChromeの拡張機能で、その主な機能は「Scrape LinkedIn for user`s Email, Twitter handle and Website」です。
拡張機能のスクリーンショット
Linked Out - Free Lead Generator拡張機能のCRXファイルをダウンロード
Linked Out - Free Lead Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Linked Out - Free Lead Generator |
ID | mjembdcjnmkknecjcjjkpolikkcgbmfk |
公式URL | https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk |
説明 | Scrape LinkedIn for user`s Email, Twitter handle and Website |
ファイルサイズ | 513 KB |
インストール数 | 17 |
現在のバージョン | 1.0.5 |
最終更新日 | 2020-07-17 |
公開日 | 2020-06-28 |
評価 | 3.00/5 合計 3 レビュー |
開発者 | johnny |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } ] } |