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.”。
擴展截圖
下載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]
擴展基本資訊
名稱 | |
ID | ljjnjoakmggchhmklkmkjejejkibpcab |
官方網址 | 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" ] } |