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 |
官方URL | 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" } } |