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ファイルをダウンロード

LinkedIn Auto Connect Tool - VariLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}