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란 무엇입니까?

LinkedIn Auto Connect Tool - VariLink은(는) https://www.varistor.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts."입니다.

확장 프로그램 스크린샷

screenshot

LinkedIn Auto Connect Tool - VariLink 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 LinkedIn Auto Connect Tool - VariLink LinkedIn Auto Connect Tool - VariLink
ID ljjnjoakmggchhmklkmkjejejkibpcab
공식 URL https://chrome.google.com/webstore/detail/linkedin-auto-connect-too/ljjnjoakmggchhmklkmkjejejkibpcab
설명 Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.
파일 크기 60.96 KB
설치 횟수 1,000
현재 버전 1.1.0
최근 업데이트 2020-08-31
출시 날짜 2020-04-13
평점 5.00/5 총 4 개의 평점
개발자 https://www.varistor.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.varistor.in/labs
도움말 페이지 URL https://www.varistor.in/contact-us/
개인정보 보호 정책 페이지 URL https://www.varistor.in/privacy-policy
지원되는 언어 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"
    ]
}