LinkedIn Auto-Connect

Grow Your Network in 1 Click

LinkedIn Auto-Connectคืออะไร?

LinkedIn Auto-Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wito Divaro และคุณลักษณะหลักของมันคือ "Grow Your Network in 1 Click"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        No sign up needed! (p.s. unless you upgrade to PRO)

Safe to use – over 10+ months and 100+ users have been safely using the extension. The extension fully emulates browser actions, thus LinkedIn can not track it.

LinkedIn Auto-Connect extension allows you to:
– Add 30 Connections in 1 Click
– Filter Out Specific Nationalities
– Filter connections based on their connections count
– Query connections based on location

LinkedIn Auto-Connect PRO (0.99$/m) aditionally allows you to:
– Filter connections by company

It is FREE to use, no hidden costs.

Built for users by user.                    

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

ชื่อ LinkedIn Auto-Connect LinkedIn Auto-Connect
ID dcjimifcoocdjljbfliemdflggadbgff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkedin-auto-connect/dcjimifcoocdjljbfliemdflggadbgff
คำอธิบาย Grow Your Network in 1 Click
ขนาดไฟล์ 328 KB
จำนวนการติดตั้ง 389
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-11-13
วันที่เผยแพร่ 2023-08-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Wito Divaro
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://twitter.com/auto_linkedin
URL หน้านโยบายความเป็นส่วนตัว https://www.notion.so/witodivaro/Privacy-Policy-89e1a0e229e84768b9cfd25ff0f5e037
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Auto-Connect",
    "version": "1.3.2",
    "description": "Grow Your Network in 1 Click",
    "manifest_version": 3,
    "author": "WITO DIVARO",
    "action": {
        "default_popup": "index.html",
        "default_title": "LinkedIn Auto-Connect",
        "default_icon": "images\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}