LinkedIn Auto Connect
A tool that automates adding connections on LinkedIn.
什么是LinkedIn Auto Connect?
LinkedIn Auto Connect是由Staff Wise开发的Chrome扩展程序,该扩展的主要功能是“A tool that automates adding connections on LinkedIn.”。
扩展截图
下载LinkedIn Auto Connect扩展crx文件
下载LinkedIn Auto Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
LinkedIn Auto Connect (LAC) is a tool used to keep you productive while connecting to potential clients, coworkers, and more. To use you navigate to LinkedIn connections tab then open LAC. Here you will see:
- Link that takes you to the best page for our extension to work
- Instructions
- Text box for you to enter the number of connections you want to make
- Start button. Once you click start the extension will use the number you typed or it will default to 20 if you didn't enter a number.
When LAC is finished adding connections, it will alert you via a pop up.
Use this tool to help automate your connections so you can focus on doing the work that matters. 扩展基本信息
| 名称 | |
| ID | indbngekimbgbondadeggnkaapcpekag |
| 官方URL | https://chrome.google.com/webstore/detail/linkedin-auto-connect/indbngekimbgbondadeggnkaapcpekag |
| 简介 | A tool that automates adding connections on LinkedIn. |
| 文件大小 | 110 KB |
| 安装次数 | 130 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-05-30 |
| 上架时间 | 2020-05-30 |
| 开发者 | Staff Wise |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LinkedIn Auto Connect",
"description": "A tool that automates adding connections on LinkedIn.",
"version": "1.0",
"author": "Robert H.",
"permissions": [
"activeTab"
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/.linkedin.com\/*"
],
"js": [
"jquery.js",
"connect.js"
]
}
],
"browser_action": {
"default_popup": "connect.html"
}
} | |