LinkedIn Auto Connect

A tool that automates adding connections on LinkedIn.

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 Staff Wise, và tính năng chính của nó là "A tool that automates adding connections on LinkedIn.".

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

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

                        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.                    

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

Tên LinkedIn Auto Connect LinkedIn Auto Connect
ID indbngekimbgbondadeggnkaapcpekag
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-auto-connect/indbngekimbgbondadeggnkaapcpekag
Mô tả A tool that automates adding connections on LinkedIn.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-05-30
Ngày Phát Hành 2020-05-30
Nhà Phát Triển Staff Wise
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}