Remove Connections Helper
Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn.
Remove Connections Helper क्या है?
Remove Connections Helper Gravitii द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of the uneccesary extra dialog box when removing unwanted connections from LinkedIn."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Connections Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |