Remove Connections Helper

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

Qu'est-ce que Remove Connections Helper ?

Remove Connections Helper est une extension Chrome développée par Gravitii, et sa fonction principale est "Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Connections Helper

Téléchargez les fichiers d'extension Remove Connections Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove Connections Helper Remove Connections Helper
ID aghbbcdbfghppjcbeghkfkekegipdgkc
URL Officiel https://chromewebstore.google.com/detail/remove-connections-helper/aghbbcdbfghppjcbeghkfkekegipdgkc
Description Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.
Taille du Fichier 49.67 KB
Nombre d'Installations 234
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2017-01-14
Date de Publication 2017-01-13
Évaluation 1.45/5 Total 11 Évaluations
Développeur Gravitii
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gravitii.co
Langues Prises en Charge 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\/*"
    ]
}