LinkedIn Auto-Accept
Automatically accepts all LinkedIn connection requests.
什么是LinkedIn Auto-Accept?
LinkedIn Auto-Accept是由anthony.w开发的Chrome扩展程序,该扩展的主要功能是“Automatically accepts all LinkedIn connection requests.”。
扩展截图
下载LinkedIn Auto-Accept扩展crx文件
下载LinkedIn Auto-Accept扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing the LinkedIn Auto-Accept extension – a simple and efficient solution to enhance your networking experience on LinkedIn. Here are the key features and benefits: FEATURES: – Automatic Scrolling: The extension automatically scrolls to load all of your requests, to ensure that they are ready to be auto-accepted. – Auto-Acceptance of Connections: It detects and clicks the 'Accept' button for each pending request, ensuring your network grows without any manual intervention. – User-friendly Interface: With a straightforward and intuitive design, it's easy to get started using the extension. BENEFITS: – Time Saving: The tedious process of manually accepting numerous connection requests can take a lot of time. With this extension, accept thousands of connections in just seconds! – Efficiency: By handling the acceptance of requests for you, it allows you to dedicate more time to crucial activities like networking and content creation. – Unlimited Networking: Don't let the hassle of manually accepting connections slow down your network expansion. Grow your network without limitations. Install LinkedIn Auto-Accept today for a more efficient, seamless, and powerful LinkedIn experience!
扩展基本信息
名称 | LinkedIn Auto-Accept |
ID | jfcbcbjgfddhldfalpnkamgomcjbbmjo |
官方URL | https://chrome.google.com/webstore/detail/jfcbcbjgfddhldfalpnkamgomcjbbmjo |
简介 | Automatically accepts all LinkedIn connection requests. |
文件大小 | 7.02 KB |
安装次数 | 55 |
当前版本 | 1.3 |
更新时间 | 2023-05-29 |
上架时间 | 2023-04-09 |
开发者 | anthony.w |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://anthonywymond.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LinkedIn Auto-Accept", "version": "1.3", "description": "Automatically accepts all LinkedIn connection requests.", "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } }, "permissions": [ "activeTab", "scripting", "tabs" ], "host_permissions": [ "https:\/\/www.linkedin.com\/" ], "icons": { "48": "icon.png" } } |