Accept All Connections
Accept All your Linkedin Connections with one button click!
什麼是Accept All Connections?
Accept All Connections是由lessonryan開發的Chrome擴展程式,該擴展的主要功能是“Accept All your Linkedin Connections with one button click!”。
擴展截圖
下載Accept All Connections擴展crx文件
下載Accept All Connections擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Accept all your Linkedin connections with one button click! No Longer will you have to go through every connection one by one to approve. Let's all expand our professional network!
擴展基本資訊
名稱 | Accept All Connections |
ID | ecmedcpghailafalmpdkgblojgfaajgg |
官方網址 | https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg |
簡介 | Accept All your Linkedin Connections with one button click! |
檔案大小 | 85.19 KB |
安裝次數 | 95 |
目前版本 | 1.0 |
更新時間 | 2020-12-10 |
上架時間 | 2020-12-07 |
開發者 | lessonryan |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://youtube.com/lessononcoding |
說明頁面URL | https://lessononcoding.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accept All Connections", "author": "Ryan Lesson", "description": "Accept All your Linkedin Connections with one button click!", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "https:\/\/linkedin.com\/*" ], "browser_action": { "default_icon": { "32": "images\/icons\/loc-32.png", "128": "images\/icons\/loc-128.png" }, "default_popup": "popup.html" }, "icons": { "32": "images\/icons\/loc-32.png", "128": "images\/icons\/loc-128.png" } } |