LinkedIn Assistant
Collect and store information about leads directly from LinkedIn
LinkedIn Assistantとは何ですか?
LinkedIn Assistantはhttp://liassistant.comによって開発されたChromeの拡張機能で、その主な機能は「Collect and store information about leads directly from LinkedIn」です。
拡張機能のスクリーンショット
LinkedIn Assistant拡張機能のCRXファイルをダウンロード
LinkedIn Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |