LinkedIn Assistant
Collect and store information about leads directly from LinkedIn
What is LinkedIn Assistant?
LinkedIn Assistant is a Chrome extension developed by http://liassistant.com, and its main feature is "Collect and store information about leads directly from LinkedIn".
Extension Screenshots
Download LinkedIn Assistant Extension CRX File
Download LinkedIn Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LinkedIn Assistant |
ID | cpgpnpdaehlfgdpfcdddjbkhfaflpbgn |
Official URL | https://chrome.google.com/webstore/detail/linkedin-assistant/cpgpnpdaehlfgdpfcdddjbkhfaflpbgn |
Description | Collect and store information about leads directly from LinkedIn |
File Size | 23.66 KB |
Installation Count | 39 |
Current Version | 1.0 |
Last Updated | 2022-03-30 |
Publish Date | 2022-03-30 |
Developer | http://liassistant.com |
[email protected] | |
Payment Type | free |
Extension Website | https://liassistant.com |
Help Page URL | https://liassistant.com/support |
Supported Languages | 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" } } |