LinkedIn Auto Connect
A tool that automates adding connections on LinkedIn.
Qu'est-ce que LinkedIn Auto Connect ?
LinkedIn Auto Connect est une extension Chrome développée par Staff Wise, et sa fonction principale est "A tool that automates adding connections on LinkedIn.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LinkedIn Auto Connect
Téléchargez les fichiers d'extension LinkedIn Auto Connect 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
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.
Informations de Base sur l'Extension
Nom | |
ID | indbngekimbgbondadeggnkaapcpekag |
URL Officiel | https://chrome.google.com/webstore/detail/linkedin-auto-connect/indbngekimbgbondadeggnkaapcpekag |
Description | A tool that automates adding connections on LinkedIn. |
Taille du Fichier | 110 KB |
Nombre d'Installations | 130 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-05-30 |
Date de Publication | 2020-05-30 |
Développeur | Staff Wise |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |