Remove Connections Helper

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

Was ist Remove Connections Helper?

Remove Connections Helper ist eine Chrome-Erweiterung, die von Gravitii entwickelt wurde, und ihr Hauptmerkmal ist "Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.".

Erweiterungsscreenshots

screenshot

Remove Connections Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Connections Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Remove Connections Helper Remove Connections Helper
ID aghbbcdbfghppjcbeghkfkekegipdgkc
Offizielle URL https://chromewebstore.google.com/detail/remove-connections-helper/aghbbcdbfghppjcbeghkfkekegipdgkc
Beschreibung Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.
Dateigröße 49.67 KB
Installationsanzahl 234
Aktuelle Version 0.0.0.2
Letztes Update 2017-01-14
Veröffentlichungsdatum 2017-01-13
Bewertung 1.45/5 Insgesamt 11 Bewertungen
Entwickler Gravitii
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gravitii.co
Unterstützte Sprachen 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\/*"
    ]
}