Leave Me Alone - LinkedIn connections cleaner

'Leave Me Alone' lets you bulk-ignore and delete LinkedIn invitations and connections by specifying keywords such as 'recruiter'.

Leave Me Alone - LinkedIn connections cleanerคืออะไร?

Leave Me Alone - LinkedIn connections cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย comet และคุณลักษณะหลักของมันคือ "'Leave Me Alone' lets you bulk-ignore and delete LinkedIn invitations and connections by specifying keywords such as 'recruiter'."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leave Me Alone - LinkedIn connections cleaner

ดาวน์โหลดไฟล์ส่วนขยาย Leave Me Alone - LinkedIn connections cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We packed it with common keywords, but feel free to add yours! ;)

------------------------------------

HOW DOES THE EXTENSION WORK

>>>> To clean your invitation requests:

1) Click on "invitations" in the extension or copy/paste this URL: https://www.linkedin.com/mynetwork/invitation-manager/

2) The LMA extension will delete all invitations it finds with the list of keywords that you picked. If you want to delete all the invitations received from recruiters, choose related keywords such as "recruiter", "head hunter", "consultant". Click on the ⚙ button to add or delete keywords.

3) Go back to the LinkedIn invitation page and click on the "Leave Me Alone" button of the extension. Please note that it can take a few moments if you have a lot of invitations.


>>>> To clean your existing connections:

1) Click on "contact list" in the extension or copy/paste this URL: https://www.linkedin.com/mynetwork/invite-connect/connections/

2) The LMA extension will delete all connections it finds with the list of keywords that you picked. If you want to delete all the invitations received from recruiters, choose the keywords "recruiter", "head hunter", "consultant". Click on the ⚙ button to add or delete keywords.

3) Go back to the LinkedIn invitation page and click on the "Leave Me Alone" button of the extension. Please note that it can take a few moments if you have a lot of connections.

4) Once your connections selected, you will need to validate before deleting.


------------------------------------

DO YOU WANT TO CONTRIBUTE TO THE PROJECT?

We have made this extension open source so feel free to fork the project, make your changes, and submit a Pull Request. We will happily review it as soon as possible!

Leave Me Alone is developed in glorious Vanilla JS, HTML and CSS. Here is the GIthub repo: https://github.com/hellocomet/leave-me-alone

Alternatively, you can always submit an issue if you notice any bug, or if you wish to request a new feature.

------------------------------------
Developed with ❤️ by the comet team: the platform that seamlessly matches the best tech & data freelancers with ambitious projects from top companies. Special thanks to Alexandre Aheto.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leave Me Alone - LinkedIn connections cleaner Leave Me Alone - LinkedIn connections cleaner
ID njiepoekepkkokbfddjfdnkokkkiobde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leave-me-alone-linkedin-c/njiepoekepkkokbfddjfdnkokkkiobde
คำอธิบาย 'Leave Me Alone' lets you bulk-ignore and delete LinkedIn invitations and connections by specifying keywords such as 'recruiter'.
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2018-10-10
วันที่เผยแพร่ 2018-10-10
คะแนน 1.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา comet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://comet.co/
URL หน้าช่วยเหลือ https://github.com/hellocomet/leave-me-alone
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leave Me Alone - LinkedIn connections cleaner",
    "version": "1.1.4",
    "description": "'Leave Me Alone' lets you bulk-ignore and delete LinkedIn invitations and connections by specifying keywords such as 'recruiter'.",
    "icons": {
        "16": "assets\/images\/eraser.png",
        "48": "assets\/images\/eraser.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/eraser.png",
        "default_popup": "html\/popup.html",
        "default_title": "Leave Me Alone - LinkedIn connections cleaner"
    },
    "permissions": [
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/mynetwork\/invitation-manager\/",
                "https:\/\/www.linkedin.com\/mynetwork\/invite-connect\/connections\/"
            ],
            "js": [
                "js\/content.js",
                "js\/arrive.min.js"
            ],
            "css": [
                "assets\/content.css"
            ]
        }
    ],
    "options_page": ".\/html\/options.html"
}