LinkedIn Assistant
Collect and store information about leads directly from LinkedIn
LinkedIn Assistant क्या है?
LinkedIn Assistant http://liassistant.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect and store information about leads directly from LinkedIn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LI Assistant is a great tool to save your favorite LinkedIn candidate profiles to Airtable and Google Sheets. Instead of manually copying and pasting from the profile you're on, just use LI Assistant and automatically import the user's info and add some extra context.
एक्सटेंशन की मूल जानकारी
नाम | LinkedIn Assistant |
ID | cpgpnpdaehlfgdpfcdddjbkhfaflpbgn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/linkedin-assistant/cpgpnpdaehlfgdpfcdddjbkhfaflpbgn |
विवरण | Collect and store information about leads directly from LinkedIn |
फ़ाइल का आकार | 23.66 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-03-30 |
प्रकाशन तिथि | 2022-03-30 |
डेवलपर | http://liassistant.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://liassistant.com |
सहायता पृष्ठ URL | https://liassistant.com/support |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Assistant", "description": "Collect and store information about leads directly from LinkedIn", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/img\/lia16.png", "32": "\/img\/lia32.png", "48": "\/img\/lia48.png", "128": "\/img\/lia128.png" } }, "icons": { "16": "\/img\/lia16.png", "32": "\/img\/lia32.png", "48": "\/img\/lia48.png", "128": "\/img\/lia128.png" } } |