LinkedIn Auto-Connect

Grow Your Network in 1 Click

LinkedIn Auto-Connect là gì?

LinkedIn Auto-Connect là một tiện ích mở rộng Chrome được phát triển bởi Wito Divaro, và tính năng chính của nó là "Grow Your Network in 1 Click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkedIn Auto-Connect

Tải xuống các tệp mở rộng LinkedIn Auto-Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkedIn Auto-Connect LinkedIn Auto-Connect
ID dcjimifcoocdjljbfliemdflggadbgff
URL Chính Thức https://chromewebstore.google.com/detail/linkedin-auto-connect/dcjimifcoocdjljbfliemdflggadbgff
Mô tả Grow Your Network in 1 Click
Kích Thước Tệp 328 KB
Số Lần Cài Đặt 389
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2023-08-06
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Wito Divaro
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://twitter.com/auto_linkedin
URL Trang Chính Sách Bảo Mật https://www.notion.so/witodivaro/Privacy-Policy-89e1a0e229e84768b9cfd25ff0f5e037
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}