LinkedIn Auto Connect Tool - VariLink

Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.

LinkedIn Auto Connect Tool - VariLink là gì?

LinkedIn Auto Connect Tool - VariLink là một tiện ích mở rộng Chrome được phát triển bởi https://www.varistor.in, và tính năng chính của nó là "Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.".

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

screenshot

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

Tải xuống các tệp mở rộng LinkedIn Auto Connect Tool - VariLink 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

                        Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.

This extension allow you to auto connect and send automated message to your business prospects on LinkedIn with a single click of a button and save your hours of manual work.

How does it work:
There are two options to send the connection request -

1. Paste all the individual's profile url (separated by space) to whom you want to send the request.
   Click on the button and it opens the profiles one by one and sends the connection request with an automated message.

2. Set the limit on how many connection request you want to send in one attempt and click on the button.
   It opens the mynetwork page of linkedin and sends the connection request.

Disclaimer: 
The 'LinkedIn Auto Connect Tool - VariLink' chrome extension is not endorsed or certified by LinkedIn and it's not affiliated with LinkedIn in any way. 
All LinkedIn logos and trademarks that may appear in this tool are property of LinkedIn.

Get in touch
Website: https://varistor.in/labs
Email:  [email protected]                    

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

Tên LinkedIn Auto Connect Tool - VariLink LinkedIn Auto Connect Tool - VariLink
ID ljjnjoakmggchhmklkmkjejejkibpcab
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-auto-connect-too/ljjnjoakmggchhmklkmkjejejkibpcab
Mô tả Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.
Kích Thước Tệp 60.96 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-08-31
Ngày Phát Hành 2020-04-13
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.varistor.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.varistor.in/labs
URL Trang Trợ Giúp https://www.varistor.in/contact-us/
URL Trang Chính Sách Bảo Mật https://www.varistor.in/privacy-policy
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 Tool - VariLink",
    "version": "1.1.0",
    "description": "Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo16.png",
        "default_popup": "popup.html",
        "default_title": "Send Connection request in LinkedIn"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.linkedin.com\/*",
        "storage"
    ]
}