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.”。

擴展截圖

screenshot

下載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 Remove Connections Helper
ID aghbbcdbfghppjcbeghkfkekegipdgkc
官方網址 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\/*"
    ]
}