LinkedIn Auto Connect
A tool that automates adding connections on LinkedIn.
LinkedIn Auto Connect क्या है?
LinkedIn Auto Connect Staff Wise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool that automates adding connections on LinkedIn."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Auto Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | indbngekimbgbondadeggnkaapcpekag |
आधिकारिक URL | https://chrome.google.com/webstore/detail/linkedin-auto-connect/indbngekimbgbondadeggnkaapcpekag |
विवरण | A tool that automates adding connections on LinkedIn. |
फ़ाइल का आकार | 110 KB |
स्थापना संख्या | 130 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-05-30 |
प्रकाशन तिथि | 2020-05-30 |
डेवलपर | Staff Wise |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |