LinkedIn Auto Connect

A tool that automates adding connections on LinkedIn.

LinkedIn Auto Connectคืออะไร?

LinkedIn Auto Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Staff Wise และคุณลักษณะหลักของมันคือ "A tool that automates adding connections on LinkedIn."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedIn Auto Connect

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

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

                        LinkedIn Auto Connect (LAC) is a tool used to keep you productive while connecting to potential clients, coworkers, and more. To use you navigate to LinkedIn connections tab then open LAC. Here you will see:
- Link that takes you to the best page for our extension to work
- Instructions
- Text box for you to enter the number of connections you want to make
- Start button. Once you click start the extension will use the number you typed or it will default to 20 if you didn't enter a number.
When LAC is finished adding connections, it will alert you via a pop up.
Use this tool to help automate your connections so you can focus on doing the work that matters.                    

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

ชื่อ LinkedIn Auto Connect LinkedIn Auto Connect
ID indbngekimbgbondadeggnkaapcpekag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-auto-connect/indbngekimbgbondadeggnkaapcpekag
คำอธิบาย A tool that automates adding connections on LinkedIn.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-30
วันที่เผยแพร่ 2020-05-30
ผู้พัฒนา Staff Wise
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Auto Connect",
    "description": "A tool that automates adding connections on LinkedIn.",
    "version": "1.0",
    "author": "Robert H.",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/.linkedin.com\/*"
            ],
            "js": [
                "jquery.js",
                "connect.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "connect.html"
    }
}