LinkedIn Auto Connect Tool - VariLink

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

Qu'est-ce que LinkedIn Auto Connect Tool - VariLink ?

LinkedIn Auto Connect Tool - VariLink est une extension Chrome développée par https://www.varistor.in, et sa fonction principale est "Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LinkedIn Auto Connect Tool - VariLink

Téléchargez les fichiers d'extension LinkedIn Auto Connect Tool - VariLink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom LinkedIn Auto Connect Tool - VariLink LinkedIn Auto Connect Tool - VariLink
ID ljjnjoakmggchhmklkmkjejejkibpcab
URL Officiel https://chrome.google.com/webstore/detail/linkedin-auto-connect-too/ljjnjoakmggchhmklkmkjejejkibpcab
Description Easiest way to automate LinkedIn connection requests. Send connections with a single click and without any manual efforts.
Taille du Fichier 60.96 KB
Nombre d'Installations 1,000
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-08-31
Date de Publication 2020-04-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.varistor.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.varistor.in/labs
URL de la Page d'Aide https://www.varistor.in/contact-us/
URL de la Page de Politique de Confidentialité https://www.varistor.in/privacy-policy
Langues Prises en Charge 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"
    ]
}