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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
    ]
}