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 |
官方網址 | 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" } } |