LinkedIn AcceptAll
Accept all LinkedIn invitations in One Click.
什么是LinkedIn AcceptAll?
LinkedIn AcceptAll是由abhaybabbarapps开发的Chrome扩展程序,该扩展的主要功能是“Accept all LinkedIn invitations in One Click.”。
扩展截图
下载LinkedIn AcceptAll扩展crx文件
下载LinkedIn AcceptAll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Let's be honest, We all have been waiting for Accept All button on LinkedIn for years now. Well not anymore! This extension gives you that superpower :-).
We have made sure it's simple to use and is minimalistic.
Just go on https://www.linkedin.com/mynetwork/ or https://www.linkedin.com/mynetwork/invitation-manager/ and click on Accept All button.
Boom! All the requests are accepted. It's that simple to use. 扩展基本信息
| 名称 | |
| ID | hjcjilflnogeoaghkjodmpdomcabodjj |
| 官方URL | https://chrome.google.com/webstore/detail/linkedin-acceptall/hjcjilflnogeoaghkjodmpdomcabodjj |
| 简介 | Accept all LinkedIn invitations in One Click. |
| 文件大小 | 7.52 KB |
| 安装次数 | 85 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2022-05-11 |
| 上架时间 | 2022-05-11 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | abhaybabbarapps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "LinkedIn AcceptAll",
"version": "0.0.1",
"description": "Accept all LinkedIn invitations in One Click.",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_title": "Click Me",
"default_popup": "popup.html"
},
"permissions": [
"scripting",
"activeTab"
]
} | |