LeadBoost - Linkedin Automation Software
Automation Software for LinkedIn lead generation, social selling and job recruiting
LeadBoost - Linkedin Automation Software क्या है?
LeadBoost - Linkedin Automation Software LinkBoost द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automation Software for LinkedIn lead generation, social selling and job recruiting"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LeadBoost - Linkedin Automation Software एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LeadBoost is a Chrome-based extension that allows you to fully automate your LinkedIn prospecting tasks, while staying under the daily limits fixed by LinkedIn. We are safe and easy to use, all you need to do is select your action, launch the extension, and watch your business grow!
एक्सटेंशन की मूल जानकारी
नाम | LeadBoost - Linkedin Automation Software |
ID | ieckbocolleajebljgmdgeogjckennck |
आधिकारिक URL | https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck |
विवरण | Automation Software for LinkedIn lead generation, social selling and job recruiting |
फ़ाइल का आकार | 42.83 KB |
स्थापना संख्या | 214 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2022-10-27 |
प्रकाशन तिथि | 2021-02-15 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | LinkBoost |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://leadboost.me |
सहायता पृष्ठ URL | https://leadboost.me |
गोपनीयता नीति पृष्ठ URL | https://linkboost.co/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeadBoost - Linkedin Automation Software", "version": "1.3", "default_locale": "en", "description": "Automation Software for LinkedIn lead generation, social selling and job recruiting", "icons": { "128": "icons\/icon128.png" }, "short_name": "LeadBoost", "homepage_url": "https:\/\/leadboost.me", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "src\/jquery-3.5.1.min.js", "src\/linkedinScrape.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "LeadBoost", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "cookies", "*:\/\/*.linkedin.com\/*" ] } |