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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |