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.
擴展基本資訊
名稱 | LinkedIn AcceptAll |
ID | hjcjilflnogeoaghkjodmpdomcabodjj |
官方網址 | 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" ] } |