Remove Connections Helper
Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.
Remove Connections Helper là gì?
Remove Connections Helper là một tiện ích mở rộng Chrome được phát triển bởi Gravitii, và tính năng chính của nó là "Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Remove Connections Helper
Tải xuống các tệp mở rộng Remove Connections Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Connections Helper |
ID | aghbbcdbfghppjcbeghkfkekegipdgkc |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-connections-helper/aghbbcdbfghppjcbeghkfkekegipdgkc |
Mô tả | Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn. |
Kích Thước Tệp | 49.67 KB |
Số Lần Cài Đặt | 234 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2017-01-14 |
Ngày Phát Hành | 2017-01-13 |
Đánh Giá | 1.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Gravitii |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.gravitii.co |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |