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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
]
} | |