Remove Connections Helper
Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.
什么是Remove Connections Helper?
Remove Connections Helper是由Gravitii开发的Chrome扩展程序,该扩展的主要功能是“Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.”。
扩展截图
下载Remove Connections Helper扩展crx文件
下载Remove Connections Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Connection Removal Helper. This extension takes away one step from the removal of your LinkedIn connections. Normally, you need to click "Remove" on your connection, wait for a dialog box to appear, then click "Remove" there. With the Simple Connection Remover, the dialog box is taken away and only one click of "Remove" is required. To use this extension: 1) Install extension 2) Navigate to your "Connections" page on LinkedIn. This should be at the URL https://www.linkedin.com/connected/ and can be found via My Network > Connections 3) Simply click the "Remove" link (as seen in the screenshot) and your connection should be removed Note: you can hide the extension icon from the toolbar since you will never have to click on it.
扩展基本信息
名称 | Remove Connections Helper |
ID | aghbbcdbfghppjcbeghkfkekegipdgkc |
官方URL | https://chromewebstore.google.com/detail/remove-connections-helper/aghbbcdbfghppjcbeghkfkekegipdgkc |
简介 | Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn. |
文件大小 | 49.67 KB |
安装次数 | 234 |
当前版本 | 0.0.0.2 |
更新时间 | 2017-01-14 |
上架时间 | 2017-01-13 |
评分 | 1.45/5 共11次评分 |
开发者 | Gravitii |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.gravitii.co |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Connections Helper", "description": "Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.", "version": "0.0.0.2", "browser_action": { "default_icon": "icon.png", "name": "Connection Remover" }, "content_scripts": [ { "js": [ "jquery.min.js", "jquery-observe.js", "content.js" ], "matches": [ "https:\/\/www.linkedin.com\/connected\/*" ] } ], "permissions": [ "https:\/\/www.linkedin.com\/connected\/*" ] } |