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! 擴展基本資訊
| 名稱 | |
| ID | jfcbcbjgfddhldfalpnkamgomcjbbmjo |
| 官方網址 | 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"
}
} | |