Linked Out - Free Lead Generator
Scrape LinkedIn for user`s Email, Twitter handle and Website
Linked Out - Free Lead Generator क्या है?
Linked Out - Free Lead Generator johnny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape LinkedIn for user`s Email, Twitter handle and Website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linked Out - Free Lead Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension lets you collect users Information from the search results in LinkedIn. You can get Email, Twitter handle and website links from thousands of users in minutes.
एक्सटेंशन की मूल जानकारी
नाम | Linked Out - Free Lead Generator |
ID | mjembdcjnmkknecjcjjkpolikkcgbmfk |
आधिकारिक URL | https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk |
विवरण | Scrape LinkedIn for user`s Email, Twitter handle and Website |
फ़ाइल का आकार | 513 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2020-07-17 |
प्रकाशन तिथि | 2020-06-28 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | johnny |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linked Out - Free Lead Generator", "description": "Scrape LinkedIn for user`s Email, Twitter handle and Website", "manifest_version": 2, "version": "1.0.5", "icons": { "128": "icons\/icon_new.png" }, "background": { "scripts": [ "lib\/jquery.min.js", "background\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon_new.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "lib\/jquery.min.js", "lib\/xlsx.min.js", "lib\/filesaver.min.js", "lib\/cookie.js", "content\/content.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_end" } ] } |