Remove Connections Helper

Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.

O que é Remove Connections Helper?

Remove Connections Helper é uma extensão do Chrome desenvolvida por Gravitii, e sua principal característica é "Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Remove Connections Helper

Baixe arquivos de extensão Remove Connections Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Remove Connections Helper Remove Connections Helper
ID aghbbcdbfghppjcbeghkfkekegipdgkc
URL Oficial https://chromewebstore.google.com/detail/remove-connections-helper/aghbbcdbfghppjcbeghkfkekegipdgkc
Descrição Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.
Tamanho do Arquivo 49.67 KB
Contagem de Instalações 234
Versão Atual 0.0.0.2
Última Atualização 2017-01-14
Data de Publicação 2017-01-13
Classificação 1.45/5 Total de 11 Avaliações
Desenvolvedor Gravitii
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gravitii.co
Idiomas Suportados 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\/*"
    ]
}