Remove Connections Helper
Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.
Τι είναι το Remove Connections Helper;
Το Remove Connections Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gravitii, και η κύρια λειτουργία του είναι "Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Remove Connections Helper
Λήψη αρχείων επέκτασης 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 |
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\/*" ] } |